Revert "remove travis file, have to solve TLS issues in ubuntu 14.04 with ad-git first"
This reverts commit 314a22c575
.
This commit is contained in:
parent
a47ccde984
commit
871bdc97c4
1 changed files with 27 additions and 0 deletions
27
.travis.yml
Normal file
27
.travis.yml
Normal file
|
@ -0,0 +1,27 @@
|
|||
language: generic
|
||||
sudo: false
|
||||
dist: trusty
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- gcc
|
||||
- g++
|
||||
- libboost-all-dev
|
||||
- cmake
|
||||
|
||||
before_script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
|
||||
script:
|
||||
- make -j
|
||||
- make test
|
||||
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
on_failure: never
|
Loading…
Reference in a new issue