Re-enable yarn/node 4 on travis

This commit is contained in:
Brian Ng 2017-03-17 12:42:39 -05:00
parent f77b875875
commit cd3dbe700c
2 changed files with 422 additions and 408 deletions

View File

@ -34,7 +34,4 @@ matrix:
env: LINT=true PKG_CMD="npm"
- node_js: "node"
env: DATA_CHECK=true PKG_CMD="npm"
exclude:
- node_js: "4"
env: PKG_CMD="yarn"
after_success: 'if [ -z "${LINT-}" ] && [ -z "${DATA_CHECK-}" ]; then npm run coverage-ci ; fi'

File diff suppressed because it is too large Load Diff