aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-03-24 18:50:30 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-03-24 21:43:36 +0100
commit9f72864caf46f292d0f0ce34baa5ec0e1beb7739 (patch)
tree80cff312578c98a51caca292ee43668563cbe2d4 /.travis.yml
parente6c108e9cb50f902f9a645772065f75ede91f95d (diff)
Adding basic sanity test.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e43a89e453..1cd0aeedb7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,12 +4,13 @@ before_install:
- sudo add-apt-repository ppa:h-rayflood/llvm -y
- sudo apt-get update -qq
- sudo apt-get install -qq libgtest-dev libgflags-dev python-virtualenv clang-3.5
- - sudo pip install cpp-coveralls
+ - sudo pip install cpp-coveralls mako simplejson
env:
global:
- RUBY_VERSION=2.1
- COVERALLS_PARALLEL=true
matrix:
+ - CONFIG=opt TEST=sanity
- CONFIG=dbg TEST=c
- CONFIG=dbg TEST=c++
- CONFIG=opt TEST=c