Skip to content

Commit 6acec7f

Browse files
authored
Merge pull request #1 from telerik/tz-tests
chore: set tests to run in TZ Europe/Sofia
2 parents c16b2b0 + 5436643 commit 6acec7f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ before_script:
2121
- "npm prune"
2222
- "npm update"
2323
- "export DISPLAY=:99.0"
24+
- "export TZ='Europe/Sofia'"
2425
- "sh -e /etc/init.d/xvfb start"
2526
- "sleep 3" # give xvfb some time to start
2627
script:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
},
99
"cldr-data-coverage": "full",
1010
"scripts": {
11+
"build-package": "gulp build-npm-package",
1112
"test": "gulp test",
1213
"lint": "gulp lint",
1314
"semantic-release": "semantic-release pre && npm publish && semantic-release post"

0 commit comments

Comments
 (0)