Files
NativeScript/.travis.yml
Vasil Chimev 5574632e71 Do not publish next version from Travis CI (#4483)
Moving it to Jenkins CI.
2017-06-30 14:49:22 +03:00

10 lines
158 B
YAML

language: node_js
node_js:
- '6'
before_script:
- npm install -g grunt-cli
- npm install
script:
- grunt default
- (cd tns-platform-declarations && npm pack)