1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 17:59:28 +02:00

Do only gulp build and npm test for now.

This commit is contained in:
Gunther Brunner 2015-10-13 21:22:28 +09:00
parent 342890e884
commit 2a5a7bae9a

View file

@ -37,14 +37,15 @@ install:
- export PATH=$PWD/node_modules/.bin:$PATH
before_script:
- rethinkdb --daemon
# - rethinkdb --daemon
script:
- npm test
- ./bin/stf local
# - ./bin/stf local
- gulp build
after_script:
- killall rethinkdb
# - killall rethinkdb
cache:
directories: