1
0
Fork 0

chore(build): fix build

This commit is contained in:
vvo 2016-10-03 14:15:40 +02:00
parent a0dc9493b0
commit 42cf496e37
2 changed files with 2 additions and 3 deletions

View file

@ -1,9 +1,8 @@
language: node_js
node_js: 4
node_js: stable
before_install:
- git config --global user.email "algobot@users.noreply.github.com"
- git config --global user.name "algobot"
- npm prune
- rvm install 2.2.0
- rvm use 2.2.0
before_cache: npm prune

View file

@ -13,7 +13,7 @@ babel_istanbul_bin="${npm_bin}/babel-istanbul"
mocha_bin="${npm_bin}/_mocha"
BABEL_ENV=test \
babel-node "$babel_istanbul_bin" cover "$mocha_bin" \
node "$babel_istanbul_bin" cover "$mocha_bin" \
--report lcov -- \
-R spec --reporter dot \
./test/helpers.js ./test/*-test.js