mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-17 11:41:44 +00:00
Edit .travis.yml for e2e test
This commit is contained in:
@@ -2,5 +2,9 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- 'stable'
|
- 'stable'
|
||||||
- 'lts/*'
|
- 'lts/*'
|
||||||
|
before_script:
|
||||||
|
- 'export DISPLAY=:99.0'
|
||||||
|
- 'sh -e /etc/init.d/xvfb start'
|
||||||
|
- sleep 3
|
||||||
|
|
||||||
script: npm run lint && npm run test
|
script: npm run lint && npm run test && grunt pre-build && npm run test:e2e
|
||||||
|
|||||||
Reference in New Issue
Block a user