Skip to content

Commit

Permalink
Run travis CI also on Node.js 11
Browse files Browse the repository at this point in the history
As of sindresorhus#198, file-type should also work on Node.js 11.
Running the tests on Node.js 11 would verify that.
  • Loading branch information
fstoerkle authored Apr 9, 2019
1 parent ee0ee82 commit 77aaba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- '11'
- '10'
- '8'
- '6'

0 comments on commit 77aaba5

Please sign in to comment.