DefinitelyTyped/.travis.yml

14 lines
303 B
YAML
Raw Permalink Normal View History

language: node_js
node_js:
- 10
2013-02-23 23:28:38 +00:00
notifications:
2013-11-14 09:21:09 +00:00
email: false
2019-03-07 15:13:10 +00:00
script:
- npm run test
- if [[ $TRAVIS_EVENT_TYPE == "cron" ]]; then npm run update-codeowners || travis_terminate 1; fi
- TOKEN='7469b4e94ce21b43e3ab7a'
- TOKEN+='79960c12a1e067f2ec'
- DANGER_GITHUB_API_TOKEN=$TOKEN yarn danger ci