Delete .travis.yml

as per #73 travis is being removed for now, might be back later if anyone knows how to make best use of the resouce
This commit is contained in:
Rod Persky
2014-12-09 11:18:11 +10:00
parent 9ce1651c19
commit 8b7c7e738f

View File

@@ -1,30 +0,0 @@
language: c++
compiler:
- gcc
- clang
before_install:
- sudo apt-get install -qq python-numpy
before_script:
- gcc -v
- mkdir build
- cd build
- cmake .. -DCOOLPROP_TESTING=ON -DCMAKE_BUILD_TYPE=Debug
- make
script:
- pwd
- cd $TRAVIS_BUILD_DIR/build
- ctest -VV
notifications:
email:
recipients:
- rodney.persky@gmail.com
on_success: never # default: change
on_failure: always # default: always
hipchat:
rooms:
secure: "lc/2cWDFWpJ39ziUg406nHf+FZAt9bOBsBvsxpdfljs/llZeApi3lm+V9muoNJ76sBv5MGFNWsG2lotQi0XdxSplMsueS2yKnwtCesB4uGTj9w8I9C0NtE2NGc3sgZUD2WG+LSqLCKxlzonigw3aE0Kg5SFD9+M9dtzswU03Ujg="