mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-16 11:15:12 +00:00
Edit .travis.yml to handle ES7 syntax problem
This commit is contained in:
@@ -7,5 +7,10 @@ before_script:
|
|||||||
- '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:
|
||||||
script: npm run lint && npm run test && grunt pre-build && npm run test:e2e
|
- 'npm run lint'
|
||||||
|
- 'npm run test'
|
||||||
|
- 'if [ ${TRAVIS_NODE_VERSION} = "stable" ]; then
|
||||||
|
grunt pre-build;
|
||||||
|
npm run test:e2e;
|
||||||
|
fi'
|
||||||
|
|||||||
Reference in New Issue
Block a user