Skip to content

Commit

Permalink
chore: remove old node.js versions from travis
Browse files Browse the repository at this point in the history
the new angular cli only support node > 8.9.0
  • Loading branch information
urish committed Apr 12, 2018
1 parent eca45fc commit 75497a5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
language: node_js
sudo: false
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
- "9"
env:
- TZ=utc
- TZ=Etc/GMT-14
Expand Down

0 comments on commit 75497a5

Please sign in to comment.