We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0425fa4 commit 4061e21Copy full SHA for 4061e21
.travis.yml
@@ -1,9 +1,7 @@
1
language: node_js
2
node_js:
3
- - "stable"
4
- - "6.1"
+ - "8.11.2"
5
- "6"
6
- - "5.11"
7
script:
8
- gulp && npm test
9
after_success:
CHANGELOG.md
@@ -4,6 +4,7 @@
- Update dependencies
- Update gulpfile with last gulp version
+- Update node versions on for Travis CI tests
10
## 1.1.0
0 commit comments