react-link-to-inbox
Version:
A React wrapper for link-to-inbox
22 lines (18 loc) • 444 B
YAML
# Test against this version of Node.js
environment:
nodejs_version: "7"
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modules
- yarn
# Post-install test scripts.
test_script:
# Output useful info for debugging.
- node --version
- yarn --version
# run tests
- yarn test
# Don't actually build.
build: off