mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +02:00
Try to run rethinkdb, stf local and npm test over Travis.
The final goal is to run and test over saucelabs with protractor and a fake device.
This commit is contained in:
parent
8083ddec05
commit
e4f339b68a
1 changed files with 8 additions and 1 deletions
|
@ -36,8 +36,15 @@ install:
|
|||
- npm install
|
||||
- export PATH=$PWD/node_modules/.bin:$PATH
|
||||
|
||||
before_script:
|
||||
- rethinkdb --daemon
|
||||
|
||||
script:
|
||||
- gulp build
|
||||
- npm test
|
||||
- stf local
|
||||
|
||||
after_script:
|
||||
- killall rethinkdb
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue