Browse Source

Travis: Replace `before_install` with `install`

pull/15/merge
Yuri Kunde Schlesner 11 years ago
parent
commit
6fc605a196
  1. 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
Loading…
Cancel
Save