1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-24 13:48:49 +08:00

Merge pull request #30 from drasko/master

Add Travis YAML
This commit is contained in:
Drasko DRASKOVIC 2015-11-01 15:54:21 +01:00
commit 66ef92dbf7

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: node_js
node_js:
- "4.0"
before_install: npm install -g grunt-cli
#before_script: grunt build
script: grunt test