update travis.yml

This commit is contained in:
ttroy50
2016-02-14 11:40:11 +00:00
parent c26ddbc985
commit 6682980521

View File

@@ -3,12 +3,12 @@ sudo: required
compiler: compiler:
- gcc - gcc
before_install: before_install:
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update && sudo apt-get install -y cmake libboost-all-dev libprotobuf-dev protobuf-compiler cppcheck; fi - if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update && sudo apt-get install -y cmake libboost-all-dev libprotobuf-dev protobuf-compiler cppcheck ninja-build clang; fi
script: script:
- ./test.sh - ./test.sh
branches: branches:
only: except:
- master - gh-pages
notifications: notifications:
email: true email: true
os: os: