Skip to content

Commit

Permalink
Specify more recent node version for travis
Browse files Browse the repository at this point in the history
Travis might as well test on 11.0.1

Issue #15 Modernize development environment
  • Loading branch information
slifty committed Nov 15, 2018
1 parent 04245ef commit 1843b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "0.12"
- "11.0.1"
install:
- npm install

0 comments on commit 1843b8d

Please sign in to comment.