Skip to content

Commit 1ee0e3b

Browse files
committedAug 13, 2019
Update travis
1 parent 5e07a23 commit 1ee0e3b

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed
 

‎.travis.yml

+21-19
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,34 @@
1-
---
21
branches:
32
only:
43
- master
54
- develop
6-
- /^greenkeeper/.*$/
7-
- /^feature/.*$/
5+
- "/^greenkeeper/.*$/"
6+
- "/^feature/.*$/"
87
language: node_js
98
node_js:
10-
- stable
11-
- 11
12-
- 10
13-
- 9
14-
- 8
9+
- stable
10+
- 11
11+
- 10
12+
- 9
13+
- 8
1514
env:
1615
global:
17-
- CC_TEST_REPORTER_ID=dd40883297d249d8283f121d8613705b46ecd75bdc0787a8fc5ca82048def316
16+
- CC_TEST_REPORTER_ID=dd40883297d249d8283f121d8613705b46ecd75bdc0787a8fc5ca82048def316
1817
before_install:
19-
- '[[ $(node -v) =~ ^v12.*$ ]] || npm install -g npm@latest'
20-
- npm install -g greenkeeper-lockfile
18+
- "[[ $(node -v) =~ ^v12.*$ ]] || npm install -g npm@latest"
19+
- npm install -g greenkeeper-lockfile
2120
install: npm install
2221
before_script:
23-
- greenkeeper-lockfile-update
24-
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
25-
- chmod +x ./cc-test-reporter
26-
- ./cc-test-reporter before-build
22+
- greenkeeper-lockfile-update
23+
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
24+
> ./cc-test-reporter
25+
- chmod +x ./cc-test-reporter
26+
- "./cc-test-reporter before-build"
2727
after_script:
28-
- greenkeeper-lockfile-upload
29-
- "[ $TRAVIS_NODE_VERSION = stable ]
28+
- greenkeeper-lockfile-upload
29+
- "[ $TRAVIS_NODE_VERSION = stable ]
3030
&& nyc report --reporter=lcov
31-
&& ./cc-test-reporter after-build --debug -t lcov --exit-code $TRAVIS_TEST_RESULT
32-
|| echo 'Coverage skipped'"
31+
&& ./cc-test-reporter after-build --debug -t lcov --exit-code $TRAVIS_TEST_RESULT || echo 'Coverage skipped'"
32+
notifications:
33+
slack:
34+
secure: vXlY9wyeGoZqwSFKdS7DENb8fVAll67LDhUWwV2LT5zDoJ9NFgEiUU5pupRTFH9/QP41BHpugdGIV7+h7TYdmhMWc6OyelUL6SLdfYWDS1s92cV0mXnNLC9xjgtP+MD5Ay6wuc3kbzUBgwS7OyABrwW9kgLadfsDCO4m1x/ow+idyEmKTPvbuAF6GRS08jkxC6dUBYNH1i8o1jJulu9uxysBTh9FfAXOL1IUSh+hIWbXoTDHVK/NfDxHrD0Sm5yR1UajDTLPgEh+TpHkBc8tOtJT9zxABm9dWlXJJ9kpfnmghg7Z5TQ+j9zvYNVQeeust7xShjPPnmq5FRbu68A3LbBqXnG68I0C5GtLKgRCCv0yiZqCAYfmyWNHRKiVFzGj9jcbRQNlTACd/ElOo7xwH1g+wB68EUPYxbTp0xADfqeogRTZvFEMCr6BzxMsfgwu/lcQ2MrC2NX5ANpilcSUgA1yizLzSGAincCCoRXCtjg7d48yitRukqtJb1HrmKyzf33Yl6wdyqrAzeM45mz/qbqc7yQnfi4Q+9bcRbmrGqGSNW9DnQ8SuP3rtnkBE4JfNVW0FvujNFeKBdPIcTGsd36zIs7hCRn+lfb9cX26kqXoBgEMy4I0Af59lyneSAXZPRp/bVI2F503agJDo09yvzfJa53/eo/zQ5hLLNYpOAo=

0 commit comments

Comments
 (0)
Please sign in to comment.