Merge pull request #883 from ErjanGavalji/master

Add initial Travis CI file that only does the transpilation
This commit is contained in:
Erjan Gavalji
2015-10-05 11:13:10 +03:00

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