Skip to content

Commit

Permalink
Simpler travis build file
Browse files Browse the repository at this point in the history
  • Loading branch information
pevisscher committed Aug 14, 2016
1 parent f8b74b6 commit c4e5eeb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ install:
- wget -O - https://raw.githubusercontent.com/Zefiros-Software/ZPM/master/script/install-zpm-travis.sh | bash
# annoying pip fix
- export BOTO_CONFIG=/tmp/bogusvalue
- sudo chmod a+x ./script/travis-build.sh && sudo chmod a+x ./script/deploy-docs.sh
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install g++-multilib -y; fi
script:
- ./script/travis-build.sh
- bash script/travis-build.sh
after_success:
- if [[ "$TRAVIS_BRANCH" == "master" ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./script/deploy-docs.sh; fi
- if [[ "$TRAVIS_BRANCH" == "master" ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]]; then bash script/deploy-docs.sh; fi

0 comments on commit c4e5eeb

Please sign in to comment.