Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Unified Diff: .travis.yml

Issue 2396433007: Travis / chrome fixes (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/dev_compiler/karma.conf.js » ('j') | pkg/dev_compiler/tool/get_chrome_canary.sh » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .travis.yml
diff --git a/.travis.yml b/.travis.yml
index b8f5a003bb014510d72dfa68bbf6c883c1cbffb9..f6c7f53636c53c885f0d7b1effb5bbe17e6abda6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,6 +30,15 @@ before_install:
- if [ "$CXX" ]; then $CXX --version ; fi
+ # Chrome install
+ - wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
+ - wget https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb
+ - sudo dpkg -i google-chrome*.deb
+ - /usr/bin/google-chrome --version
+ - export CHROME_BIN=/usr/bin/google-chrome
+ - /usr/bin/google-chrome-unstable --version
+ - export CHROME_CANARY_BIN=/usr/bin/google-chrome-unstable
+
# Install Depot Tools
- git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
- export PATH=`pwd`/depot_tools:"$PATH"
@@ -48,7 +57,6 @@ before_install:
# DDC setup
- cd pkg/dev_compiler
- pub global activate dart_coveralls
- - export CHROME_CANARY_BIN=`./tool/get_chrome_canary.sh`
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
@@ -65,10 +73,10 @@ script:
env:
- ANALYZER=master
- ANALYZER=master DDC_BROWSERS=Firefox
+ - ANALYZER=master DDC_BROWSERS=ChromeCanaryTravis
- ANALYZER=master CXX=g++
- ANALYZER=master CXX=clang++
- TEST=coverage
- - TEST=node
matrix:
allow_failures:
- env: TEST=node
« no previous file with comments | « no previous file | pkg/dev_compiler/karma.conf.js » ('j') | pkg/dev_compiler/tool/get_chrome_canary.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698