File tree 1 file changed +21
-19
lines changed
1 file changed +21
-19
lines changed Original file line number Diff line number Diff line change 1
- ---
2
1
branches :
3
2
only :
4
3
- master
5
4
- develop
6
- - /^greenkeeper/.*$/
7
- - /^feature/.*$/
5
+ - " /^greenkeeper/.*$/"
6
+ - " /^feature/.*$/"
8
7
language : node_js
9
8
node_js :
10
- - stable
11
- - 11
12
- - 10
13
- - 9
14
- - 8
9
+ - stable
10
+ - 11
11
+ - 10
12
+ - 9
13
+ - 8
15
14
env :
16
15
global :
17
- - CC_TEST_REPORTER_ID=dd40883297d249d8283f121d8613705b46ecd75bdc0787a8fc5ca82048def316
16
+ - CC_TEST_REPORTER_ID=dd40883297d249d8283f121d8613705b46ecd75bdc0787a8fc5ca82048def316
18
17
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
21
20
install : npm install
22
21
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"
27
27
after_script :
28
- - greenkeeper-lockfile-upload
29
- - " [ $TRAVIS_NODE_VERSION = stable ]
28
+ - greenkeeper-lockfile-upload
29
+ - " [ $TRAVIS_NODE_VERSION = stable ]
30
30
&& 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=
You can’t perform that action at this time.
0 commit comments