summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRALOVICH, Kristof <tade60@freemail.hu>2013-10-11 21:15:58 +0200
committerRALOVICH, Kristof <tade60@freemail.hu>2013-10-11 21:15:58 +0200
commitf9ede1bb62239926684f174bedee0f80544972b3 (patch)
tree5195df79558d1f9c0a639e4455ae4cb54c47c499
parentc47e9d4d2a7bda87b3db0b3728f424ec739613ec (diff)
travis: build the gant-integration branch too
-rwxr-xr-x.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 164e941..d189e0f 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,10 @@ notifications:
email:
on_success: change
on_failure: always
-
+branches:
+ only:
+ - master
+ - gant-integration
before_install: sudo apt-get update && uname -a
install: sudo apt-get install libboost-dev libboost-date-time-dev libboost-thread-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-test-dev libusb-dev valgrind
before_script: mkdir cmake-build