File tree 1 file changed +13
-12
lines changed
1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
sudo : required
3
3
before_script :
4
- - npm install -g bower polylint web-component-tester
5
- - bower install
6
- - polylint
4
+ - npm install -g bower polylint web-component-tester
5
+ - bower install
6
+ - polylint
7
7
env :
8
8
global :
9
- - secure : SFfLw5U6C/7UFRyt/ho5AXNnf8E1d7bY6V9lPT2UnHjkNl4NldWyJEkBeaFTERChKmrYBNk33g748OGohL8snCRXCPxM9A/OKRWEGSFIvPmgLs8mkpbNodUAcpL6dbDLlZgcVDHXCn1uvVQgOgzg64FWW5ozphxD4u/nl5nA7aY=
10
- - secure : a6YFcuIvE3PJ9C0F7cimJ/R8EGlKy2rlg7Re2ezpL85f4++cYnYBUrNnbwj+BNp5F9IXZxvD6T+kNr+1BJtqILFf54W5baBgB5PVCSt7dry+lrcRUf5yTIRl0yJ+73UJrEWR2UOXaXlGzbQ56k2TWAbnzVbq2jik1vdgSnxbjLE=
11
- node_js : stable
9
+ - secure : >-
10
+ SFfLw5U6C/7UFRyt/ho5AXNnf8E1d7bY6V9lPT2UnHjkNl4NldWyJEkBeaFTERChKmrYBNk33g748OGohL8snCRXCPxM9A/OKRWEGSFIvPmgLs8mkpbNodUAcpL6dbDLlZgcVDHXCn1uvVQgOgzg64FWW5ozphxD4u/nl5nA7aY=
11
+ - secure : >-
12
+ a6YFcuIvE3PJ9C0F7cimJ/R8EGlKy2rlg7Re2ezpL85f4++cYnYBUrNnbwj+BNp5F9IXZxvD6T+kNr+1BJtqILFf54W5baBgB5PVCSt7dry+lrcRUf5yTIRl0yJ+73UJrEWR2UOXaXlGzbQ56k2TWAbnzVbq2jik1vdgSnxbjLE=
13
+ node_js : ' 6'
12
14
addons :
13
- firefox : ' 46.0 '
15
+ firefox : latest
14
16
apt :
15
17
sources :
16
- - google-chrome
18
+ - google-chrome
17
19
packages :
18
- - google-chrome-stable
19
- sauce_connect : true
20
+ - google-chrome-stable
20
21
script :
21
- - xvfb-run wct
22
- - if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s 'default'; fi
22
+ - xvfb-run wct
23
+ - ' if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s '' default'' ; fi'
23
24
dist : trusty
You can’t perform that action at this time.
0 commit comments