1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 02:09:32 +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 - export PATH=$PWD/node_modules/.bin:$PATH
before_script: before_script:
- rethinkdb --daemon # - rethinkdb --daemon
script: script:
- npm test - npm test
- ./bin/stf local # - ./bin/stf local
- gulp build
after_script: after_script:
- killall rethinkdb # - killall rethinkdb
cache: cache:
directories: directories: