1
0
Fork 0

only execute specific tests in travis

This commit is contained in:
Jan Steemann 2012-10-23 14:28:58 +02:00
parent 352df333ad
commit ac0e6bab4c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
language: c
before_script: "bash -c 'cd UnitTests/HttpInterface && bundle'"
script: "make setup && ./configure --enable-relative --enable-all-in-one-libev --enable-all-in-one-v8 --enable-all-in-one-icu && make -j2 && make unittests && echo 'done'"
script: "make setup && ./configure --enable-relative --enable-all-in-one-libev --enable-all-in-one-v8 --enable-all-in-one-icu && make -j2 && make unittests-shell-server unittests-shell-server-ahuacatl unittests-http-server SKIP_RANGES=1 && echo 'done'"
branches:
only: