Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit d3faa30

Browse files
authored
chore: update travis build file (#17)
* remove double-build on PRs * build on latest & LTS node
1 parent b16ec5b commit d3faa30

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.travis.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
language: node_js
22
cache: npm
3+
4+
branches:
5+
only:
6+
- master
7+
- /^release\/.*$/
8+
9+
node_js:
10+
- 'lts/*'
11+
- 'node'
12+
313
stages:
414
- check
515
- test
616
- cov
717

8-
node_js:
9-
- '10'
10-
- '12'
11-
1218
os:
1319
- linux
1420
- osx
@@ -58,4 +64,3 @@ jobs:
5864

5965
notifications:
6066
email: false
61-

0 commit comments

Comments
 (0)