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 182df71
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,5 +1,5 @@
language: node_js
node_js:
- "0.12"
- "node"
install:
- npm install
- yarn install

0 comments on commit 182df71

Please sign in to comment.