Commit e790fe58 by Nick Schonning

Chore: Fix Coveralls conditional for Travis-CI

Broken when switching from the old matrix to the built in node_js
version
parent f9122164
...@@ -49,7 +49,7 @@ script: ...@@ -49,7 +49,7 @@ script:
- npm test - npm test
after_success: after_success:
- if [ $TRAVIS_OS_NAME == "linux" ] && [ $NODE_VERSION == "4" ]; then - if [ $TRAVIS_OS_NAME == "linux" ] && [ $TRAVIS_NODE_VERSION == "4" ]; then
npm run-script coverage; npm run-script coverage;
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment