1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00
Files
Boostnote/.travis.yml
2017-04-24 19:28:29 -07:00

11 lines
218 B
YAML

language: node_js
node_js:
- 'stable'
- 'lts/*'
before_script:
- 'export DISPLAY=:99.0'
- 'sh -e /etc/init.d/xvfb start'
- sleep 3
script: npm run lint && npm run test && grunt pre-build && npm run test:e2e