mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-16 03:06:27 +00:00
Fix .travis.yml to add grunt-cli because travis needs grunt to run $ grund pre-build for e2e test
This commit is contained in:
@@ -3,8 +3,9 @@ node_js:
|
|||||||
- 'stable'
|
- 'stable'
|
||||||
- 'lts/*'
|
- 'lts/*'
|
||||||
before_script:
|
before_script:
|
||||||
|
- 'npm install grunt-cli -g'
|
||||||
- 'export DISPLAY=:99.0'
|
- 'export DISPLAY=:99.0'
|
||||||
- 'sh -e /etc/init.d/xvfb start'
|
- 'sh -e /etc/init.d/xvfb start'
|
||||||
- sleep 3
|
- 'sleep 3'
|
||||||
|
|
||||||
script: npm run lint && npm run test && grunt pre-build && npm run test:e2e
|
script: npm run lint && npm run test && grunt pre-build && npm run test:e2e
|
||||||
|
|||||||
Reference in New Issue
Block a user