diff options
author | bloodstalker <thabogre@gmail.com> | 2017-03-06 10:07:45 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-03-06 10:07:45 +0000 |
commit | 880de03c781ee2f22c17eed3f3252816b4e90398 (patch) | |
tree | 1f084d3588e147260eb69aca0908594ef22a91b3 /.travis.yml | |
parent | added the daemon,server,client build for test also (diff) | |
download | mutator-880de03c781ee2f22c17eed3f3252816b4e90398.tar.gz mutator-880de03c781ee2f22c17eed3f3252816b4e90398.zip |
now test build the daemon, the server abd the client
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ac0c810..a0b0b26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,8 @@ before_script: - sudo apt-get install gcc-4.9 g++-4.9 - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.9 -script: make CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_NO_CLANG -j2 +script: + - make CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_NO_CLANG -j2 - make -C daemon after_failure: |