Skip to content

Commit 53fd8e1

Browse files
committed
fixed travis
1 parent 596d76f commit 53fd8e1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ script:
1414
- CURRENT_VERSION=$(npm run version --silent)
1515
- typedoc --out "ts-docs/$CURRENT_VERSION" src
1616
- touch ./ts-docs/.nojekyll
17-
jobs:
18-
include:
19-
- stage: coveralls-report
20-
node_js: 8
21-
script: npm run coveralls-report
17+
- if [ "$TRAVIS_NODE_VERSION" = "8" ]; then npm run coveralls-report; fi
2218
deploy:
2319
- provider: pages
2420
skip_cleanup: true

0 commit comments

Comments
 (0)