1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 02:36:36 +00:00

Merge pull request #608 from asmsuechan/fix-travis-node-version

Fix travis node version
This commit is contained in:
SuenagaRyota
2017-06-03 14:32:11 +09:00
committed by GitHub

View File

@@ -1,4 +1,7 @@
language: node_js
# To fix the npm version in 4.x
# refs: https://github.com/travis-ci/travis-ci/issues/4653#issuecomment-194051953
before_install: 'if [[ `npm -v` != 4* ]]; then npm i -g npm@4; fi'
matrix:
include:
- os: osx