Files
raspberryGPIOhtmlserver/node_modules/toastr-master/.travis.yml
2016-06-21 18:42:57 +02:00

20 lines
207 B
YAML
Executable File

language: node_js
node_js:
- "0.10"
install:
- npm install -g gulp karma-cli
- npm install
script:
- npm test
cache:
directories:
- node_modules
branches:
only:
- develop
- master