Skip to content

Commit

Permalink
chore(travis): Remove node 4
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Oct 4, 2017
1 parent 94447e9 commit de59048
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: node_js
node_js:
- "8"
- "6"
- "4"
before_script:
- 'if [[ -n "$TRAVIS_TAG" ]] && [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then yarn run create-github-release || true; fi'
script:
Expand Down

0 comments on commit de59048

Please sign in to comment.