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 69ca21a commit 439c1f1Copy full SHA for 439c1f1
.travis.yml
@@ -8,6 +8,7 @@ before_install:
8
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
9
- export PATH="$HOME/.yarn/bin:$PATH"
10
- yarn global add greenkeeper-lockfile@1
11
+install: yarn --ignore-engines
12
before_script: greenkeeper-lockfile-update
13
script:
14
- yarn commitlint --from="$TRAVIS_BRANCH" --to="$TRAVIS_COMMIT"
package.json
@@ -27,7 +27,7 @@
27
"eslint-config-prettier": "^2.7.0",
28
"eslint-plugin-prettier": "^2.3.1",
29
"husky": "^0.14.3",
30
- "jest": "^21.2.1",
+ "jest": "^22.0.4",
31
"lint-staged": "^6.0.0",
32
"prettier": "^1.8.1"
33
},
0 commit comments