Skip to content

Commit 9f2f01d

Browse files
author
Bland, Mike
committed
.travis.yml: Use latest stable and LTS versions
The previous versions, 0.10 and 0.11, are years out of date. Using the latest versions per the Travis docs should fix the build: https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Specifying-Node.js-versions
1 parent b85d572 commit 9f2f01d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
language: node_js
22
node_js:
3-
- "0.10"
4-
- "0.11"
3+
- "node"
4+
- "lts/*"
5+
script:
6+
- "npm test"
7+
- "printf 'Finished testing with Gulp v4; now testing with Gulp v3\n' && npm install gulp@3 && npm test"

0 commit comments

Comments
 (0)