Add initial Travis CI file that only does the transpilation

This commit is contained in:
Erjan Gavalji
2015-10-04 22:10:09 +03:00
parent cf20de12e7
commit fa58a4074b

8
.travis.yml Normal file
View File

@@ -0,0 +1,8 @@
language: node_js
node_js:
0.12.7
before_script:
- npm install -g grunt-cli
script:
grunt ts