mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Merge pull request #883 from ErjanGavalji/master
Add initial Travis CI file that only does the transpilation
This commit is contained in:
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
0.12.7
|
||||
before_script:
|
||||
- npm install -g grunt-cli
|
||||
script:
|
||||
grunt ts
|
||||
|
Reference in New Issue
Block a user