Skip to content

Commit a7964aa

Browse files
committed
Added run.sh file
1 parent 9cd8d27 commit a7964aa

2 files changed

Lines changed: 14 additions & 9 deletions

File tree

.travis.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ node_js:
55
- "0.10"
66
install:
77
- npm install
8-
before_script:
9-
- export TZ=CET-1CEST
108
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
9+
- cd test
10+
- sh run.sh

test/run.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/sh
2+
pwd
3+
4+
export TZ=CET-1CEST
5+
6+
node test-builders.js
7+
node test-javascript.js
8+
node test-jscss.js
9+
node test-tmp.js
10+
node test-utils.js
11+
node test-framework-debug.js
12+
node test-framework-release.js

0 commit comments

Comments
 (0)