We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596d76f commit 53fd8e1Copy full SHA for 53fd8e1
.travis.yml
@@ -14,11 +14,7 @@ script:
14
- CURRENT_VERSION=$(npm run version --silent)
15
- typedoc --out "ts-docs/$CURRENT_VERSION" src
16
- touch ./ts-docs/.nojekyll
17
-jobs:
18
- include:
19
- - stage: coveralls-report
20
- node_js: 8
21
- script: npm run coveralls-report
+ - if [ "$TRAVIS_NODE_VERSION" = "8" ]; then npm run coveralls-report; fi
22
deploy:
23
- provider: pages
24
skip_cleanup: true
0 commit comments