Skip to content

Commit 74825d8

Browse files
abetomoDeviaVir
authored andcommitted
Remove 'osx' from travis settings (#513)
* Mac tests run at GitHub Actions. * Improve node version specification. * https://medium.com/@nodejs/choosing-the-node-js-versions-for-your-ci-tests-hint-use-lts-89b67f68d7ca#5e43 * Since GitHub Actions is also testing, `node` and `lts/*` are specified.
1 parent ee69621 commit 74825d8

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
language: node_js
2-
os:
3-
- linux
4-
- osx
52

63
node_js:
7-
- 8
8-
- 10
9-
- 12
4+
- "lts/*"
5+
- "node"
106

117
cache:
128
directories:
@@ -15,7 +11,7 @@ cache:
1511
jobs:
1612
include:
1713
- stage: npm release
18-
node_js: 10
14+
node_js: node
1915
script: echo "Deploying to npm ..."
2016
deploy:
2117
provider: npm

0 commit comments

Comments
 (0)