Skip to content

Commit

Permalink
Travis and package configs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramtamtam committed Dec 3, 2018
1 parent f775ca3 commit 9496d91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ matrix:
include:
- language: node_js
node_js: 9.4.0
env: NODE_ENV=development
install:
- npm install istanbul mocha chai
- npm install
script:
- NODE_ENV=development ./node_modules/.bin/istanbul cover --report clover ./node_modules/.bin/_mocha -- ./tests/js/*-test.js
- npm test

- php: 7.0
- php: 7.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"mocha": "^5.2.0"
},
"scripts": {
"test": "istanbul cover _mocha ./tests/js/*-test.js"
"test": "./node_modules/.bin/istanbul cover --report clover ./node_modules/.bin/_mocha -- ./tests/js/*-test.js"
}
}

0 comments on commit 9496d91

Please sign in to comment.