This repository was archived by the owner on Jul 13, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +21
-8
lines changed Expand file tree Collapse file tree 1 file changed +21
-8
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,31 @@ language: node_js
5
5
node_js :
6
6
- 0.10
7
7
- 0.11
8
+ env :
9
+ global :
10
+ - SAUCE_LABS=false PARSER=false OPTIONS=""
11
+ matrix :
12
+ - PARSER="traceur"
13
+ - PARSER="6to5"
14
+ matrix :
15
+ include :
16
+ - node_js : " 0.10"
17
+ env : SAUCE_LABS=true PARSER="traceur"
18
+ - node_js : " 0.10"
19
+ env : SAUCE_LABS=true PARSER="6to5"
20
+ - node_js : " 0.10"
21
+ env : SAUCE_LABS=true PARSER="traceur" OPTIONS="--ie8"
22
+ - node_js : " 0.10"
23
+ env : SAUCE_LABS=true PARSER="6to5" OPTIONS="--ie8"
8
24
before_install :
9
25
- export CHROME_BIN=chromium-browser
10
26
- export DISPLAY=:99.0
11
27
- sh -e /etc/init.d/xvfb start
12
28
- npm update -g
13
29
- npm install -g karma-cli grunt-cli
14
- script :
30
+ before_script :
15
31
- grunt
16
- - npm test
17
- - npm run test:browser-traceur
18
- - npm run test:browser-6to5
19
- - npm run test:browser-traceur -- --saucelabs
20
- - npm run test:browser-6to5 -- --saucelabs
21
- - npm run test:browser-traceur -- --saucelabs --ie8
22
- - npm run test:browser-6to5 -- --saucelabs --ie8
32
+ script :
33
+ - npm run test:node
34
+ - npm run test:browser-$PARSER
35
+ - " [ $SAUCE_LABS == false ] || npm run test:browser-$PARSER -- --saucelabs $OPTIONS"
You can’t perform that action at this time.
0 commit comments