Skip to content

Commit cbbc9ab

Browse files
committed
Fix travis
1 parent 781ae4c commit cbbc9ab

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@ language: node_js
22
branches:
33
only:
44
- 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
58
cache:
69
yarn: true
710
directories:
811
- node_modules
912
notifications:
1013
email: false
1114
node_js:
12-
- '8.3'
15+
- '8.11'
1316
script:
1417
- yarn travis

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"LICENSE"
3737
],
3838
"engines": {
39-
"node": ">=6.0.0"
39+
"node": ">=8.11"
4040
},
4141
"devDependencies": {
4242
"@types/jest": "^23.3.1",

0 commit comments

Comments
 (0)