We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd8d27 commit a7964aaCopy full SHA for a7964aa
2 files changed
.travis.yml
@@ -5,13 +5,6 @@ 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
13
- - node test/test-jscss.js
14
- - node test/test-tmp.js
15
- - node test/test-utils.js
16
- - node test/test-framework-debug.js
17
- - node test/test-framework-release.js
+ - cd test
+ - sh run.sh
test/run.sh
@@ -0,0 +1,12 @@
1
+#!/bin/sh
2
+pwd
3
+
4
+export TZ=CET-1CEST
+node test-builders.js
+node test-javascript.js
+node test-jscss.js
+node test-tmp.js
+node test-utils.js
+node test-framework-debug.js
+node test-framework-release.js
0 commit comments