Skip to content

Commit

Permalink
Update hosts in Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Zirro authored and domenic committed Jul 25, 2018
1 parent 2761d3c commit 022c204
Showing 1 changed file with 36 additions and 12 deletions.
48 changes: 36 additions & 12 deletions .travis.yml
Expand Up @@ -17,12 +17,18 @@ branches:

addons:
hosts:
- web-platform.test
- www.web-platform.test
- xn--lve-6lad.not-web-platform.test
- xn--lve-6lad.web-platform.test
- xn--n8j6ds53lwwkrqhv28a.not-web-platform.test
- www1.web-platform.test
- www2.web-platform.test
- not-web-platform.test
- web-platform.test
- www2.not-web-platform.test
- www1.not-web-platform.test
- www.not-web-platform.test
- www.web-platform.test
- xn--n8j6ds53lwwkrqhv28a.web-platform.test
- xn--lve-6lad.web-platform.test

matrix:
include:
Expand All @@ -31,23 +37,35 @@ matrix:
script: "export CXX=g++-4.8 && yarn add canvas-prebuilt && yarn test --retries 1"
addons:
hosts:
- web-platform.test
- www.web-platform.test
- xn--lve-6lad.not-web-platform.test
- xn--lve-6lad.web-platform.test
- xn--n8j6ds53lwwkrqhv28a.not-web-platform.test
- www1.web-platform.test
- www2.web-platform.test
- not-web-platform.test
- web-platform.test
- www2.not-web-platform.test
- www1.not-web-platform.test
- www.not-web-platform.test
- www.web-platform.test
- xn--n8j6ds53lwwkrqhv28a.web-platform.test
- xn--lve-6lad.web-platform.test
- node_js: 6
env: TEST_SUITE=node-canvas
script: "export CXX=g++-4.8 && yarn add canvas && yarn test --retries 1"
addons:
hosts:
- web-platform.test
- www.web-platform.test
- xn--lve-6lad.not-web-platform.test
- xn--lve-6lad.web-platform.test
- xn--n8j6ds53lwwkrqhv28a.not-web-platform.test
- www1.web-platform.test
- www2.web-platform.test
- not-web-platform.test
- web-platform.test
- www2.not-web-platform.test
- www1.not-web-platform.test
- www.not-web-platform.test
- www.web-platform.test
- xn--n8j6ds53lwwkrqhv28a.web-platform.test
- xn--lve-6lad.web-platform.test
apt:
sources:
- ubuntu-toolchain-r-test
Expand All @@ -63,12 +81,18 @@ matrix:
script: "export CXX=g++-4.8 && yarn add canvas && yarn test --retries 1"
addons:
hosts:
- web-platform.test
- www.web-platform.test
- xn--lve-6lad.not-web-platform.test
- xn--lve-6lad.web-platform.test
- xn--n8j6ds53lwwkrqhv28a.not-web-platform.test
- www1.web-platform.test
- www2.web-platform.test
- not-web-platform.test
- web-platform.test
- www2.not-web-platform.test
- www1.not-web-platform.test
- www.not-web-platform.test
- www.web-platform.test
- xn--n8j6ds53lwwkrqhv28a.web-platform.test
- xn--lve-6lad.web-platform.test
apt:
sources:
- ubuntu-toolchain-r-test
Expand Down

0 comments on commit 022c204

Please sign in to comment.