aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-03-02 13:28:12 -0800
committerGravatar murgatroid99 <mlumish@google.com>2015-03-02 13:28:12 -0800
commit5c4052d771e4fe91eb2947a857d2a10eeae192fd (patch)
treebe36c817a12754b41b09e22dce9b1d296adfdcec /.travis.yml
parent4a171f8e2d2d108a385ec6fb9304354c7f11b743 (diff)
Removed logging, returned other tests to .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index eeb3dc2c85..de320b59a3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,12 @@ env:
global:
- RUBY_VERSION=2.1
matrix:
+ - CONFIG=dbg TEST=c
+ - CONFIG=dbg TEST=c++
+ - CONFIG=opt TEST=c
+ - CONFIG=opt TEST=c++
+ - CONFIG=opt TEST=node
+ - CONFIG=opt TEST=ruby
- CONFIG=opt TEST=python
script:
- rvm use $RUBY_VERSION