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 c6445e8 commit 40a29b7Copy full SHA for 40a29b7
.travis.yml
@@ -3,6 +3,8 @@ node_js:
3
- '5'
4
before_install:
5
- npm install -g codeclimate-test-reporter
6
+after_install:
7
+- npm run typings
8
script: npm test -- --browsers PhantomJS
9
after_script:
10
- npm run coverage-remap
0 commit comments