Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a823f30

Browse filesBrowse files
committed
travis: Update to include new v12 LTS
1 parent 6bb935c commit a823f30
Copy full SHA for a823f30

File tree

Expand file treeCollapse file tree

1 file changed

+6
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-8
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+6-8Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,24 @@ language: node_js
77
matrix:
88
include:
99
# LTS is our most important target
10-
- node_js: "10"
10+
- node_js: "12"
1111
# DEPLOY_VERSION is used to set the couchapp setup mode for test/tap/registry.js
1212
# only gather coverage info for LTS
1313
env: DEPLOY_VERSION=testing COVERALLS_REPO_TOKEN="$COVERALLS_OPTIONAL_TOKEN"
1414
script:
1515
- "node . run tap-cover -- \"test/tap/*.js\""
1616
- "unset COVERALLS_REPO_TOKEN ; node . run tap -- \"test/broken-under-*/*.js\""
1717
# previous LTS is next most important
18-
- node_js: "6"
19-
env: DEPLOY_VERSION=testing
20-
- node_js: "8"
21-
env: DEPLOY_VERSION=testing
22-
- node_js: "9"
23-
env: DEPLOY_VERSION=testing
24-
- node_js: "11"
18+
- node_js: "10"
2519
env: DEPLOY_VERSION=testing
2620
script:
2721
- "npx standard"
2822
- "node . run licenses"
2923
- "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\""
24+
- node_js: "8"
25+
env: DEPLOY_VERSION=testing
26+
- node_js: "6"
27+
env: DEPLOY_VERSION=testing
3028
notifications:
3129
slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8
3230
cache:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.