Skip to content

Commit

Permalink
Add opt build again
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Feb 26, 2015
1 parent 904da8c commit 26a3c07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 26a3c07

Please sign in to comment.