diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-07-11 01:24:19 +0200 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-07-11 01:24:19 +0200 |
commit | 6fc605a19624106d94b6f871d1f5cdbaa73e7df3 (patch) | |
tree | f464db6ded67adb1bd641cfa1a6f0c98515efa67 /.travis.yml | |
parent | Travis: Update GLFW on Linux to 3.1.1 (diff) | |
download | yuzu-6fc605a19624106d94b6f871d1f5cdbaa73e7df3.tar yuzu-6fc605a19624106d94b6f871d1f5cdbaa73e7df3.tar.gz yuzu-6fc605a19624106d94b6f871d1f5cdbaa73e7df3.tar.bz2 yuzu-6fc605a19624106d94b6f871d1f5cdbaa73e7df3.tar.lz yuzu-6fc605a19624106d94b6f871d1f5cdbaa73e7df3.tar.xz yuzu-6fc605a19624106d94b6f871d1f5cdbaa73e7df3.tar.zst yuzu-6fc605a19624106d94b6f871d1f5cdbaa73e7df3.zip |
Diffstat (limited to '.travis.yml')
-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: - 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 |