Skip to content

Commit

Permalink
travis: harmony flag for node < 6
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Jun 22, 2017
1 parent 638120f commit d00d12c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ matrix:
- node_js: "7"
- node_js: "6"
- node_js: "5"
env: TAP_RCFILE=./.taprc
- node_js: "4"
env: TAP_RCFILE=./.taprc
install:
- npm install
- if [ -n "$NPM_INSTALL_PACKAGES" ]; then npm install $NPM_INSTALL_PACKAGES; fi
Expand Down

0 comments on commit d00d12c

Please sign in to comment.