forked from dart-lang/webdev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmono_repo.yaml
More file actions
21 lines (20 loc) · 792 Bytes
/
mono_repo.yaml
File metadata and controls
21 lines (20 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# See https://github.com/dart-lang/mono_repo for details
travis:
sudo: required
addons:
chrome: stable
before_install:
- "export CHROMEDRIVER_BINARY=/usr/bin/google-chrome"
- "export CHROMEDRIVER_ARGS=--no-sandbox"
- "/usr/bin/google-chrome --version"
- "export CHROME_LATEST_VERSION=$(/usr/bin/google-chrome --version | cut -d' ' -f3 | cut -d'.' -f1)"
- "export CHROME_DRIVER_VERSION=$(wget -qO- https://chromedriver.storage.googleapis.com/LATEST_RELEASE_$CHROME_LATEST_VERSION)"
- "wget https://chromedriver.storage.googleapis.com/$CHROME_DRIVER_VERSION/chromedriver_linux64.zip"
- "unzip chromedriver_linux64.zip"
- "export PATH=$PATH:$PWD"
after_failure:
- tool/report_failure.sh
services:
- xvfb
merge_stages:
- analyzer_and_format