Skip to content

Commit 77a85c4

Browse files
committed
ci: downgrade till node 9, due upath package engine restrictions
1 parent 9297cce commit 77a85c4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ cache:
77
notifications:
88
email: true
99
node_js:
10-
- "10"
10+
- "9"
1111
- "8"
12-
before_install: yarn global add greenkeeper-lockfile@1
13-
before_script: greenkeeper-lockfile-update
14-
after_script: greenkeeper-lockfile-upload
1512
script:
1613
- yarn run test
1714
- yarn run build

0 commit comments

Comments
 (0)