You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,19 @@ os:
4
4
- windows
5
5
language: node_js
6
6
node_js:
7
-
- "8"
8
-
- "9"
9
7
- "10"
10
-
- "11"
11
8
- "12"
9
+
- "14"
12
10
branches:
13
11
only:
14
-
- master
15
-
- /^greenkeeper.*$/
12
+
- current
13
+
- next
14
+
- /^dependabot.*$/
16
15
before_script:
17
16
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter; fi
18
17
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then chmod +x ./cc-test-reporter; fi
19
18
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then ./cc-test-reporter before-build; fi
20
19
script:
21
20
- travis_wait 40 npm test
22
21
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