Skip to content

Commit 2afb244

Browse files
committed
fix: fixing travis configuration
1 parent e803642 commit 2afb244

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.travis.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
11
language: node_js
2-
node_js: 8
2+
node_js: stable
33
sudo: required
4-
before_script: npm install -g polymer-cli @advanced-rest-client/wct-istanbub
54
addons:
6-
firefox: latest
75
apt:
86
sources:
9-
- google-chrome
7+
- google-chrome
108
packages:
11-
- google-chrome-stable
12-
sauce_connect: true
9+
- google-chrome-stable
1310
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
2013
env:
2114
global:
2215
- secure: >-

0 commit comments

Comments
 (0)