Skip to content
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.

Commit

Permalink
Travis test #7
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed Jun 23, 2016
1 parent 0d3cd0c commit 8f2f1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ node_js:
- "6"

before_script:
- if [ "${TRAVIS_NODE_VERSION}" = "6" ]; then export COVERAGE_REPORT=true; fi;
- if (( "${TRAVIS_NODE_VERSION}" >= 6 )); then export COVERAGE_REPORT=true; else echo $TRAVIS_NODE_VERSION; fi;

0 comments on commit 8f2f1dc

Please sign in to comment.