Skip to content

Commit 4061e21

Browse files
committed
update node versions for Travis CI
1 parent 0425fa4 commit 4061e21

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
language: node_js
22
node_js:
3-
- "stable"
4-
- "6.1"
3+
- "8.11.2"
54
- "6"
6-
- "5.11"
75
script:
86
- gulp && npm test
97
after_success:

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Update dependencies
66
- Update gulpfile with last gulp version
7+
- Update node versions on for Travis CI tests
78

89

910
## 1.1.0

0 commit comments

Comments
 (0)