summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2015-07-10 20:24:19 -0300
committerGravatar Yuri Kunde Schlesner2015-07-10 20:24:19 -0300
commit6fc605a19624106d94b6f871d1f5cdbaa73e7df3 (patch)
treef464db6ded67adb1bd641cfa1a6f0c98515efa67
parentTravis: Update GLFW on Linux to 3.1.1 (diff)
downloadyuzu-6fc605a19624106d94b6f871d1f5cdbaa73e7df3.tar.gz
yuzu-6fc605a19624106d94b6f871d1f5cdbaa73e7df3.tar.xz
yuzu-6fc605a19624106d94b6f871d1f5cdbaa73e7df3.zip
Travis: Replace `before_install` with `install`
-rw-r--r--.travis.yml11
1 files changed, 3 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index a4ec8ab81..4d21257bc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,11 +23,6 @@ addons:
23 - lib32stdc++6 # For CMake 23 - lib32stdc++6 # For CMake
24 - lftp # To upload builds 24 - lftp # To upload builds
25 25
26before_install: 26install: ./.travis-deps.sh
27 - sh .travis-deps.sh 27script: ./.travis-build.sh
28 28after_success: ./.travis-upload.sh
29script:
30 - sh .travis-build.sh
31
32after_success:
33 - sh .travis-upload.sh