Skip to content

Commit

Permalink
ci(travis): removing node 8 from travis build since it's deprecated a…
Browse files Browse the repository at this point in the history
…nd not compatible with xo (#337)

error [email protected]: The engine "node" is incompatible with this module. Expected version ">=10.18". Got "8.17.0"
  • Loading branch information
lgandecki authored May 8, 2020
1 parent ab555b9 commit 4b4f9c2
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:
- 12
- 10
- 8

# Trigger a push build on master and greenkeeper branches + PRs build on every branches
# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
Expand Down

0 comments on commit 4b4f9c2

Please sign in to comment.