Skip to content

Commit b144430

Browse files
author
Vasil Hristov
authored
Merge pull request #4722 from NativeScript/vhristovchange_version_to_include_time
Add time(hours, minutes and seconds) to cli version.
2 parents b2607b9 + 079b7b5 commit b144430

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)