Skip to content

Commit 225a0e1

Browse files
authored
chore(ci): test on node 10 and 11
1 parent 7344607 commit 225a0e1

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,9 +1,10 @@
11
language: node_js
22
node_js:
3+
- 10
34
- 8
4-
- node
55
- 6
66
- 4
7+
- node
78
before_install:
89
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
910
- export PATH="$HOME/.yarn/bin:$PATH"

0 commit comments

Comments
 (0)