Skip to content

Commit 079b7b5

Browse files
author
Vasil Hristov
authored
Add time to cli version.
1 parent b2607b9 commit 079b7b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ branches:
66
env:
77
global:
88
- DATE=$(date +%Y-%m-%d)
9-
- PACKAGE_VERSION=$DATE-$TRAVIS_BUILD_NUMBER
9+
- TIME=$(date +%H%M%S)
10+
- PACKAGE_VERSION=$DATE-$TIME-$TRAVIS_BUILD_NUMBER
1011
- NATIVESCRIPT_SKIP_POSTINSTALL_TASKS=1
1112
language: node_js
1213
node_js:

0 commit comments

Comments
 (0)