Browse Source

enhance(ci): Test on node 8 and the lastest stable release

Because yarn no longer supports node 7:

  warning You are using Node "7.10.1" which is not supported and may encounter bugs or unexpected behavior. Yarn supports the following semver range: "^4.8.0 || ^5.7.0 || ^6.2.2 || >=8.0.0"
renovate/lint-staged-8.x
Ben Woosley 7 years ago
parent
commit
ae2b2a9814
No known key found for this signature in database GPG Key ID: 6EE5F3785F78B345
  1. 2
      .travis.yml

2
.travis.yml

@ -7,8 +7,8 @@ env:
- TEST=test-ci
node_js:
- node
- 8
- 7
cache:
apt: true

Loading…
Cancel
Save