Skip to content

Commit c0962eb

Browse files
committed
ci(travis): setup jobs on current, next and dependabot branches
1 parent 463d025 commit c0962eb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ node_js:
1111
- "12"
1212
branches:
1313
only:
14-
- master
15-
- /^greenkeeper.*$/
14+
- current
15+
- next
16+
- /^dependabot.*$/
1617
before_script:
1718
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter; fi
1819
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then chmod +x ./cc-test-reporter; fi
1920
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then ./cc-test-reporter before-build; fi
2021
script:
2122
- travis_wait 40 npm test
2223
after_script:
23-
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi
24+
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi

0 commit comments

Comments
 (0)