Skip to content

Commit 7ed4b1a

Browse files
Only test on Node 8 (solid-server does not currently support 10)
1 parent 4cf8751 commit 7ed4b1a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "8"
5-
- "10"
6-
- "node"
4+
- "8.10"
75
cache:
86
directories:
97
- node_modules

0 commit comments

Comments
 (0)