Browse Source

Travis: use install-travis-env.sh

master
Andrew Tridgell 10 years ago
parent
commit
bea3b4780d
  1. 2
      .travis.yml

2
.travis.yml

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
language: cpp
before_install:
- APMDIR=$(pwd) && pushd .. && $APMDIR/Tools/scripts/install-prereqs-ubuntu.sh -y && . ~/.profile && popd
- APMDIR=$(pwd) && pushd .. && $APMDIR/Tools/scripts/install-travis-env.sh -y && . ~/.profile && popd
script:
- Tools/scripts/build_all_travis.sh

Loading…
Cancel
Save