Browse Source

add travis

Herbert Vojčík 8 years ago
parent
commit
d5e63ea6d3
1 changed files with 11 additions and 0 deletions
  1. 11 0
      .travis.yml

+ 11 - 0
.travis.yml

@@ -0,0 +1,11 @@
+language: node_js
+node_js:
+  - "0.10"
+  - "0.12"
+  - "4.2"
+  - "node"
+before_install:
+  - npm -g install bower grunt-cli
+install:
+  - npm install
+  - bower install