Travis: Replace `before_install` with `install`
This commit is contained in:
parent
a60f2a93d2
commit
6fc605a196
11
.travis.yml
11
.travis.yml
|
@ -23,11 +23,6 @@ addons:
|
||||||
- lib32stdc++6 # For CMake
|
- lib32stdc++6 # For CMake
|
||||||
- lftp # To upload builds
|
- lftp # To upload builds
|
||||||
|
|
||||||
before_install:
|
install: ./.travis-deps.sh
|
||||||
- sh .travis-deps.sh
|
script: ./.travis-build.sh
|
||||||
|
after_success: ./.travis-upload.sh
|
||||||
script:
|
|
||||||
- sh .travis-build.sh
|
|
||||||
|
|
||||||
after_success:
|
|
||||||
- sh .travis-upload.sh
|
|
||||||
|
|
Loading…
Reference in New Issue