modify CI test task

This commit is contained in:
Alexander Zobnin
2017-10-30 20:54:11 +03:00
parent dde5aa6a61
commit 060dd918c5
2 changed files with 3 additions and 2 deletions

View File

@@ -4,4 +4,4 @@ machine:
test: test:
override: override:
- npm run codecov - npm run ci-test

View File

@@ -7,7 +7,8 @@
"test": "./node_modules/.bin/grunt buildTest && jest", "test": "./node_modules/.bin/grunt buildTest && jest",
"build": "./node_modules/.bin/grunt && jest", "build": "./node_modules/.bin/grunt && jest",
"watch": "./node_modules/.bin/grunt watch", "watch": "./node_modules/.bin/grunt watch",
"codecov": "jest --coverage && codecov" "codecov": "./node_modules/.bin/grunt && jest --coverage && codecov",
"ci-test": "./node_modules/.bin/grunt && jest --coverage && codecov"
}, },
"repository": { "repository": {
"type": "git", "type": "git",