Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Updated .travis.yml as node version used was old and no longer supports.
  • Loading branch information
ossdev07 authored Oct 23, 2018
1 parent f826496 commit a005964
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,7 +1,7 @@
language: node_js
node_js:
- '0.10'
- '0.12'
- '8'
- '9'
before_install:
- npm install npm -g
before_script:
Expand Down

0 comments on commit a005964

Please sign in to comment.