Skip to content

Commit

Permalink
Disable node 6 and 7 on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tuananh authored Sep 4, 2017
1 parent 16e5465 commit 4cfc933
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ os:
- linux
- osx
node_js:
- '6'
- '7'
# comment node 6 and 7 for now because tests are using
# require('util').promisify which is not available in node 6, 7
# - '6'
# - '7'
- '8'
before_install:
- npm config set progress false
Expand Down

0 comments on commit 4cfc933

Please sign in to comment.