aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-26 15:59:26 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-26 15:59:26 -0800
commit26a3c0777b33723065b4391618454dd25a8a89ff (patch)
tree98a373c11b9ff69b4f73700abf1dbdc214c9f282 /.travis.yml
parent904da8cab6c1cd4561dc2c4a4f132918c48c367c (diff)
Add opt build again
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 476da337cb..8c1b1f763a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,6 @@
language: cpp
-script: ./tools/run_tests/run_tests.py -l c -t -j 8 -c dbg
+script:
+ - ./tools/run_tests/run_tests.py -l c -t -j 8 -c dbg
+ - ./tools/run_tests/run_tests.py -l c -t -j 8 -c opt
notifications:
email: false