Skip to content

Commit

Permalink
Fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexer10 committed Mar 2, 2018
1 parent c5ec5fa commit 4867980
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
sudo: false
addons:
apt:
packages:
- lftp
- lib32z1
- lib32stdc++6

language: c
env:
- VERSION=1.8
- VERSION=1.9

sudo: false

script:
- bash ci/test.sh $VERSION;
- if [[ $TRAVIS_PULL_REQUEST != "false" ]]; then bash ci/test.sh; fi
- if [[ $TRAVIS_PULL_REQUEST == "false" ]]; then bash ci/build.sh $TRAVIS_TAG; fi

notifications:
email: false

deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 4867980

Please sign in to comment.