We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781ae4c commit cbbc9abCopy full SHA for cbbc9ab
2 files changed
.travis.yml
@@ -2,13 +2,16 @@ language: node_js
2
branches:
3
only:
4
- master
5
+before_install:
6
+ - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.9.2
7
+ - export PATH=$HOME/.yarn/bin:$PATH
8
cache:
9
yarn: true
10
directories:
11
- node_modules
12
notifications:
13
email: false
14
node_js:
- - '8.3'
15
+ - '8.11'
16
script:
17
- yarn travis
package.json
@@ -36,7 +36,7 @@
36
"LICENSE"
37
],
38
"engines": {
39
- "node": ">=6.0.0"
+ "node": ">=8.11"
40
},
41
"devDependencies": {
42
"@types/jest": "^23.3.1",
0 commit comments