mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 08:51:22 +00:00
Merge branch 'v1-cleanup' of https://github.com/webcomponents/webcomponentsjs into v1-cleanup
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -3,19 +3,17 @@ sudo: required
|
||||
dist: trusty
|
||||
node_js: stable
|
||||
addons:
|
||||
sauce_connect: true
|
||||
firefox: 48.0
|
||||
firefox: latest
|
||||
apt:
|
||||
sources:
|
||||
- google-chrome
|
||||
packages:
|
||||
- google-chrome-stable
|
||||
before_script:
|
||||
- export PATH=$PWD/node_modules/.bin:$PATH
|
||||
script:
|
||||
- npm run build
|
||||
- npm install -g bower
|
||||
- bower install
|
||||
- xvfb-run wct
|
||||
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s 'default'; fi
|
||||
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s 'windows 10/microsoftedge@14' -s 'windows 8.1/internet explorer@11' -s 'os x 10.11/safari@10' -s 'os x 10.11/safari@9'; fi
|
||||
env:
|
||||
global:
|
||||
- secure: Fpp9LwJSGOdTrSIImQTlbzxozBsqe/2AJN5OfTXSe12FZxqzz50gevdxQcIlLypKaNyCtjb980DJbwdJR2cXUqaunLZAPWxrKa7ZPwamUxW+zVL7EHqy5zuvD+yJ+Vmk3ahs3WBTVyJ8T3XoaSfo9VumDIcKggWGJwgvM3blIMg=
|
||||
|
||||
Reference in New Issue
Block a user