From 6d13f2e2fd8a2c946036bd8a84873c9ba5be0e77 Mon Sep 17 00:00:00 2001 From: Thom Troy Date: Tue, 1 Dec 2015 13:32:50 +0000 Subject: [PATCH] fix tests #4 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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