Travis: Replace before_install with install

This commit is contained in:
Yuri Kunde Schlesner 2015-07-10 20:24:19 -03:00
parent a60f2a93d2
commit 6fc605a196

View File

@ -23,11 +23,6 @@ addons:
- lib32stdc++6 # For CMake
- lftp # To upload builds
before_install:
- sh .travis-deps.sh
script:
- sh .travis-build.sh
after_success:
- sh .travis-upload.sh
install: ./.travis-deps.sh
script: ./.travis-build.sh
after_success: ./.travis-upload.sh