Skip to content

Commit

Permalink
CI: Run node-independent tests with Node 10
Browse files Browse the repository at this point in the history
for speeeeeeeeed!
  • Loading branch information
Turbo87 committed Oct 12, 2018
1 parent bd72fc0 commit f767791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
language: node_js
node_js:
- "6"
- "10"

sudo: false
dist: trusty
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
node_js: 8

- <<: *node-test
node_js: 10
node_js: 6


deploy:
Expand Down

0 comments on commit f767791

Please sign in to comment.