We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52a11d commit 9cd8d27Copy full SHA for 9cd8d27
1 file changed
.travis.yml
@@ -5,6 +5,8 @@ node_js:
5
- "0.10"
6
install:
7
- npm install
8
+before_script:
9
+ - export TZ=CET-1CEST
10
script:
11
- node test/test-builders.js
12
- node test/test-javascript.js
0 commit comments