mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
Do only gulp build and npm test for now.
This commit is contained in:
parent
342890e884
commit
2a5a7bae9a
1 changed files with 4 additions and 3 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue