Files
goTorrent/goTorrentWebUI/node_modules/react-scripts/node_modules/node-forge/.travis.yml

13 lines
201 B
YAML

language: node_js
node_js:
- "0.10"
- "0.12"
- iojs
install: (cd nodejs && npm install)
script:
- (cd nodejs && npm test)
notifications:
email:
on_success: change
on_failure: change