Skip to content

Commit

Permalink
Run Travis CI tests on Node v10
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Jun 1, 2018
1 parent 82ec6e6 commit 1bee3bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ script:
node_js:
- "6"
- "8"
- "10"

branches:
except:
Expand All @@ -14,7 +15,7 @@ branches:
matrix:
fast_finish: true
include:
- node_js: "8"
- node_js: "10"
env: COVERAGE=true
allow_failures:
- env: COVERAGE=true
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@

* Update `yauzl-clone` dependency
* Fix changelog typo
* Run Travis CI tests on Node v10

0 comments on commit 1bee3bd

Please sign in to comment.