Skip to content

Commit

Permalink
modified CI to now target Node.js 8, 10, and 11
Browse files Browse the repository at this point in the history
  • Loading branch information
neocotic committed Nov 22, 2018
1 parent ad5aa55 commit 63fcb27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ dist: trusty
language: node_js
node_js:
- "8"
- "9"
- "10"
- "11"
before_install:
- echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
- sudo apt-get -qq update
Expand Down

0 comments on commit 63fcb27

Please # to comment.