1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

updated Travis CI node version

This commit is contained in:
Yu-Hung Ou
2018-02-27 23:59:29 +11:00
parent 6bcb6398f8
commit 8ae7d96cc7

View File

@@ -1,6 +1,6 @@
language: node_js
node_js:
- 6
- 7
script:
- npm run lint && npm run test
- 'if [[ ${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH} = "master" ]]; then npm install -g grunt npm@5.2 && grunt pre-build; fi'