We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 162f966 + 2dbb984 commit 393ae2dCopy full SHA for 393ae2d
3 files changed
.travis.yml
@@ -3,5 +3,9 @@ node_js:
3
- "6"
4
- "8"
5
- "node"
6
-script: "npm run test-travis"
7
-after_success: 'npm run coveralls'
+script: "npm test"
+after_success: >
8
+ node_version=$(node -v);
9
+ if [ ${node_version:1:1} -ne 6 ]; then
10
+ npm run coveralls
11
+ fi
0 commit comments