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:
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
|
||||
|
||||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue