diff --git a/.travis.yml b/.travis.yml index 4de9a28..c02bc62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ compiler: 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 script: -- test.sh +- ./test.sh branches: only: - master