Skip to content

Commit

Permalink
fix(check-build)
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Apr 11, 2016
1 parent 9cf5f6d commit 7ccd199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .checkbuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"allowFailures": false
},
"jshint": {
"args": ["**/*.js", "!node_modules/**", "!**/*.test*.js"]
"args": ["**/*.js", "!node_modules/**", "!**/*.test*.js", "!test/coverage/**"]
},
"jsinspect": {
"args": ["**/*.js", "!*node_modules/**", "!**/*.test*.js"],
Expand Down
4 changes: 1 addition & 3 deletions scripts/ci-start
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ set -e
setopt extended_glob;

# Allow extended globbing (see fellow)
npm run test
npm install -g check-build
check-build
npm run ci

0 comments on commit 7ccd199

Please sign in to comment.