Browse Source

Test only the latest versions of LTS releases

master
Futago-za Ryuu 5 years ago
parent
commit
b5d01f7505
  1. 6
      .travis.yml

6
.travis.yml

@ -3,9 +3,9 @@ sudo: false
language: node_js
node_js:
- "4.0"
- "6.0"
- "8.0"
- "4"
- "6"
- "8"
after_success:
- yarn coverage

Loading…
Cancel
Save