Skip to content

Commit 8197079

Browse files
authored
Merge pull request #105 from dnlup/fix/ci
ci(travis): setup jobs on current, next and dependabot branches
2 parents 463d025 + b6ac903 commit 8197079

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,19 @@ os:
44
- windows
55
language: node_js
66
node_js:
7-
- "8"
8-
- "9"
97
- "10"
10-
- "11"
118
- "12"
9+
- "14"
1210
branches:
1311
only:
14-
- master
15-
- /^greenkeeper.*$/
12+
- current
13+
- next
14+
- /^dependabot.*$/
1615
before_script:
1716
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter; fi
1817
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then chmod +x ./cc-test-reporter; fi
1918
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then ./cc-test-reporter before-build; fi
2019
script:
2120
- travis_wait 40 npm test
2221
after_script:
23-
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi
22+
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi

0 commit comments

Comments
 (0)