Add --ci flag to travis-ci script

This commit is contained in:
Rapptz 2014-08-04 20:08:53 -04:00
parent 43e0217a63
commit d245860334

View File

@ -18,4 +18,4 @@ before_install:
- sudo apt-get --yes install ninja-build
- sudo apt-get --yes install liblua5.2-dev
script: ./bootstrap.py --cxx=$COMPILER && ninja
script: ./bootstrap.py --ci --cxx=$COMPILER && ninja