We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c66ee7 commit f08c5eeCopy full SHA for f08c5ee
.gitignore
@@ -1 +1,3 @@
1
-/.idea
+node_modules
2
+.idea
3
+tmp
.npmignore
@@ -1,2 +1,4 @@
-Gruntfile.js
-tasks
+Gruntfile.js
+tasks
+test
4
+.travis.yml
.travis.yml
@@ -0,0 +1,9 @@
+language: node_js
+node_js:
+ - "4.1"
+ - "4.0"
5
+ - "0.12"
6
+ - "0.11"
7
+ - "0.10"
8
+before_script:
9
+ - npm install https://github.com/ioBroker/ioBroker.js-controller/tarball/master --production
0 commit comments