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 1798353 commit f2dc8b8Copy full SHA for f2dc8b8
.travis.yml
@@ -3,7 +3,6 @@ node_js:
3
- 8
4
script:
5
- npm run lint && npm run test
6
- - yarn jest
7
- 'if [[ ${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH} = "master" ]]; then npm install -g grunt [email protected] && grunt pre-build; fi'
8
after_success:
9
- openssl aes-256-cbc -K $encrypted_440d7f9a3c38_key -iv $encrypted_440d7f9a3c38_iv
package.json
@@ -8,7 +8,8 @@
"scripts": {
"start": "electron ./index.js",
10
"compile": "grunt compile",
11
- "test": "cross-env NODE_ENV=test ava --serial",
+ "test": "npm run ava && npm run jest",
12
+ "ava": "cross-env NODE_ENV=test ava --serial",
13
"jest": "jest",
14
"fix": "eslint . --fix",
15
"lint": "eslint .",
0 commit comments