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

Fix the node_version to 4.x

This commit is contained in:
asmsuechan
2017-06-03 14:07:56 +09:00
parent 67d8b02c49
commit fbbc6411c3

View File

@@ -1,4 +1,5 @@
language: node_js
before_install: 'if [[ `npm -v` != 4* ]]; then npm i -g npm@4; fi'
matrix:
include:
- os: osx