mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 17:37:56 -05:00
Travis: Replace before_install
with install
This commit is contained in:
11
.travis.yml
11
.travis.yml
@ -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
|
||||
|
Reference in New Issue
Block a user