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 2f1c4dd commit 78519a5Copy full SHA for 78519a5
.travis.yml
@@ -13,6 +13,7 @@ install:
13
# Ensure babel-cli is installed after babel in node.js 0.12
14
# It started happening for node4 as well. So installing this for all
15
- npm install babel-cli@"^6.6.5"
16
+- npm install -g codeclimate-test-reporter
17
script:
18
- npm run lint
19
- npm run build
0 commit comments