Browse Source

Add travis

Herbert Vojčík 10 years ago
parent
commit
410472f22a
2 changed files with 8 additions and 1 deletions
  1. 7 0
      .travis.yml
  2. 1 1
      README.md

+ 7 - 0
.travis.yml

@@ -0,0 +1,7 @@
+language: node_js
+node_js:
+  - "0.8"
+  - "0.10"
+install:
+  - npm install -g mocha
+  - npm install

+ 1 - 1
README.md

@@ -1,4 +1,4 @@
-amd-config-builder
+amd-config-builder [![Travis CI Status](https://secure.travis-ci.org/herby/amd-config-builder.png)](https://travis-ci.org/#!/herby/amd-config-builder)
 ==================
 
 Builds amd config for a project from configs of its components