mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
12 lines
233 B
YAML
12 lines
233 B
YAML
language: node_js
|
|
os:
|
|
- linux
|
|
- osx
|
|
node_js:
|
|
- 'stable'
|
|
- 'lts/*'
|
|
script:
|
|
- 'npm run lint'
|
|
- 'npm run test'
|
|
- 'if [[ ${TRAVIS_BRAHCN} = "master" && ${TRAVIS_NODE_VERSION} = "stable" ]]; then ./script/e2e-runner.sh; fi'
|