This commit is contained in:
Thom Troy
2015-12-01 13:32:50 +00:00
parent 65cc07332f
commit 6d13f2e2fd

View File

@@ -5,7 +5,7 @@ compiler:
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; fi
script: script:
- test.sh - ./test.sh
branches: branches:
only: only:
- master - master