Skip to content

Commit

Permalink
Build tests in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
anokl committed Dec 11, 2017
1 parent 4487612 commit a8c15cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ before_install:
sudo apt-get install libboost-dev;
fi

script: mkdir build && cd build && cmake -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=Release -D=DISRUPTOR_BUILD_TESTS=true .. && make && make test
script: mkdir build && cd build && cmake -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=Release -DDISRUPTOR_BUILD_TESTS=true .. && make && make test
branches:
only:
- master

0 comments on commit a8c15cf

Please sign in to comment.