aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
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