forked from heroku/heroku-buildpack-google-chrome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
31 lines (27 loc) · 1.01 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
language: bash
services:
- docker
env:
- STACK=cedar-14 GOOGLE_CHROME_CHANNEL=stable
- STACK=cedar-14 GOOGLE_CHROME_CHANNEL=beta
- STACK=cedar-14 GOOGLE_CHROME_CHANNEL=unstable
- STACK=heroku-16 GOOGLE_CHROME_CHANNEL=stable
- STACK=heroku-16 GOOGLE_CHROME_CHANNEL=beta
- STACK=heroku-16 GOOGLE_CHROME_CHANNEL=unstable
- STACK=heroku-18 GOOGLE_CHROME_CHANNEL=stable
- STACK=heroku-18 GOOGLE_CHROME_CHANNEL=beta
- STACK=heroku-18 GOOGLE_CHROME_CHANNEL=unstable
- STACK=heroku-20 GOOGLE_CHROME_CHANNEL=stable
- STACK=heroku-20 GOOGLE_CHROME_CHANNEL=beta
- STACK=heroku-20 GOOGLE_CHROME_CHANNEL=unstable
# Test relying on the buildpack's default Chrome channel.
- STACK=heroku-18
script:
- ./support/test.sh "${STACK}"
jobs:
allow_failures:
# Cedar-14 currently fails with:
# "error while loading shared libraries: libgbm.so.1".
- env: STACK=cedar-14 GOOGLE_CHROME_CHANNEL=stable
- env: STACK=cedar-14 GOOGLE_CHROME_CHANNEL=beta
- env: STACK=cedar-14 GOOGLE_CHROME_CHANNEL=unstable