heya-unify
Version:
Unify: a unification tool with a deep equivalence and partitioning of objects.
22 lines (16 loc) • 351 B
YAML
language: node_js
node_js:
- "6"
- "8"
- "10"
env:
- PHANTOM=true
- PHANTOM=false
matrix:
exclude:
- node_js: "6"
env: PHANTOM=true
- node_js: "8"
env: PHANTOM=true
before_script: if [ "$PHANTOM" == "true" ]; then export RUN_TEST="phantomjs tests/phantom.js"; else export RUN_TEST="npm test"; fi
script: $RUN_TEST