Skip to content

Commit

Permalink
chore(ci): test on node 10 and 11
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 24, 2018
1 parent 7344607 commit 225a0e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,9 +1,10 @@
language: node_js
node_js:
- 10
- 8
- node
- 6
- 4
- node
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
- export PATH="$HOME/.yarn/bin:$PATH"
Expand Down

0 comments on commit 225a0e1

Please sign in to comment.