Skip to content

Commit f08c5ee

Browse files
committed
(bluefox) add travis
1 parent 4c66ee7 commit f08c5ee

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
/.idea
1+
node_modules
2+
.idea
3+
tmp

.npmignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
Gruntfile.js
2-
tasks
1+
Gruntfile.js
2+
tasks
3+
test
4+
.travis.yml

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: node_js
2+
node_js:
3+
- "4.1"
4+
- "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

Comments
 (0)