From 26a3c0777b33723065b4391618454dd25a8a89ff Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 26 Feb 2015 15:59:26 -0800 Subject: Add opt build again --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3