Fix syntax error in .travis.yml

This commit is contained in:
Daniel Tschinder 2017-01-10 15:06:08 +01:00 committed by GitHub
parent 008a29cb5f
commit cd9aaf2a58

View File

@ -42,7 +42,7 @@ matrix:
- node_js: "node"
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:
slack: babeljs:5Wy4QX13KVkGy9CnU0rmvgeK