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 4cef77b commit 1e736eeCopy full SHA for 1e736ee
.travis.yml
@@ -2,6 +2,7 @@ language: node_js
2
node_js: "8.5.0"
3
4
script:
5
+ - cat test/util.ts
6
- npm run build
7
- npm test -- --coverage
8
after_success: npx codecov
0 commit comments