File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
- node_js : 8
2
+ node_js : stable
3
3
sudo : required
4
- before_script : npm install -g polymer-cli @advanced-rest-client/wct-istanbub
5
4
addons :
6
- firefox : latest
7
5
apt :
8
6
sources :
9
- - google-chrome
7
+ - google-chrome
10
8
packages :
11
- - google-chrome-stable
12
- sauce_connect : true
9
+ - google-chrome-stable
13
10
script :
14
- - xvfb-run polymer test --module-resolution=node --npm --plugin local
15
- - >-
16
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then polymer test
17
- --module-resolution=node --npm --plugin sauce --job-name
18
- "api-property-form-item:${TRAVIS_BRANCH}"
19
- --build-number=${TRAVIS_BUILD_NUMBER}; fi
11
+ - npm test
12
+ - if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run test:sl; fi
20
13
env :
21
14
global :
22
15
- secure : >-
You can’t perform that action at this time.
0 commit comments