Skip to content

Commit 9cc3d50

Browse files
committed
Hot-fix Travis CI build (disable builds on Node.js 8, 9)
1 parent b5c1240 commit 9cc3d50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ node_js:
1111
- "12.*"
1212
- "11.*"
1313
- "10.*"
14-
- "9.*"
15-
- "8.*"
14+
# - "9.*"
15+
# - "8.*"
1616

1717
cache:
1818
yarn: true

0 commit comments

Comments
 (0)