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