Browse Source

Merge pull request #506 from RaananW/travis-test

Travis auto-build
David Catuhe 10 years ago
parent
commit
6766a3b7c7
1 changed files with 8 additions and 0 deletions
  1. 8 0
      .travis.yml

+ 8 - 0
.travis.yml

@@ -0,0 +1,8 @@
+language: node_js
+node_js:
+  - "0.10"
+before_script:
+  - npm install -g gulp
+  - cd ./Tools/Gulp
+  - npm install
+script: gulp typescript