diff options
| author | 2015-07-10 20:24:19 -0300 | |
|---|---|---|
| committer | 2015-07-10 20:24:19 -0300 | |
| commit | 6fc605a19624106d94b6f871d1f5cdbaa73e7df3 (patch) | |
| tree | f464db6ded67adb1bd641cfa1a6f0c98515efa67 | |
| parent | Travis: Update GLFW on Linux to 3.1.1 (diff) | |
| download | yuzu-6fc605a19624106d94b6f871d1f5cdbaa73e7df3.tar.gz yuzu-6fc605a19624106d94b6f871d1f5cdbaa73e7df3.tar.xz yuzu-6fc605a19624106d94b6f871d1f5cdbaa73e7df3.zip | |
Travis: Replace `before_install` with `install`
| -rw-r--r-- | .travis.yml | 11 |
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 | ||
| 26 | before_install: | 26 | install: ./.travis-deps.sh |
| 27 | - sh .travis-deps.sh | 27 | script: ./.travis-build.sh |
| 28 | 28 | after_success: ./.travis-upload.sh | |
| 29 | script: | ||
| 30 | - sh .travis-build.sh | ||
| 31 | |||
| 32 | after_success: | ||
| 33 | - sh .travis-upload.sh | ||