1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

updated node version in travis.yml

This commit is contained in:
William Grant
2018-03-25 18:28:02 +02:00
parent 191f2cacbf
commit a9b75f752e

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'