Skip to content

Commit ddadd0c

Browse files
authored
Merge pull request #33 from solid/travis-config
I'll just add tests for node 8 and 10 without further ceremony.
2 parents 357a666 + afe0fe2 commit ddadd0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "8.10"
4+
- "8.0"
5+
- "10.0"
56
- "node"
67
cache:
78
directories:

0 commit comments

Comments
 (0)