We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8c45c commit ca6938eCopy full SHA for ca6938e
.travis.yml
@@ -1,8 +1,7 @@
1
language: node_js
2
branches: [master]
3
node_js:
4
- - "lts/argon"
5
- "lts/boron"
6
- "lts/carbon"
7
- - "9"
+ - "current"
8
after_success: npm run coverage
0 commit comments