1
0
Fork 0
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:
Gunther Brunner 2015-10-13 21:00:24 +09:00
parent 8083ddec05
commit e4f339b68a

View file

@ -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: