aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 3 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index a4ec8ab8..4d21257b 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