Fix syntax error in .travis.yml
This commit is contained in:
parent
008a29cb5f
commit
cd9aaf2a58
@ -42,7 +42,7 @@ matrix:
|
|||||||
- node_js: "node"
|
- node_js: "node"
|
||||||
env: FLOWTESTS=true
|
env: FLOWTESTS=true
|
||||||
|
|
||||||
after_success: 'if [ -z "${LINT-}" ] && [ -z "${FLOW-}" && [ -z "${FLOWTESTS-}" ]; then npm run coverage ; fi'
|
after_success: 'if [ -z "${LINT-}" ] && [ -z "${FLOW-}" ] && [ -z "${FLOWTESTS-}" ]; then npm run coverage ; fi'
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
slack: babeljs:5Wy4QX13KVkGy9CnU0rmvgeK
|
slack: babeljs:5Wy4QX13KVkGy9CnU0rmvgeK
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user