We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13095d5 commit 008ce41Copy full SHA for 008ce41
.travis.yml
@@ -3,6 +3,10 @@ env:
3
- DATE=$(date +%Y-%m-%d)
4
- PACKAGE_VERSION=$DATE-$TRAVIS_BUILD_NUMBER
5
- NATIVESCRIPT_SKIP_POSTINSTALL_TASKS=1
6
+addons:
7
+ artifacts:
8
+ paths:
9
+ - "$HOME/nativescript.tgz"
10
language: node_js
11
node_js:
12
- '4'
0 commit comments