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

Unified Diff: .travis.yml

Issue 2334763002: Testing support for FF and Safari (Closed)
Patch Set: Created 4 years, 3 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
Index: .travis.yml
diff --git a/.travis.yml b/.travis.yml
index 369488ce0f69ed6b2b300d6281860aad671891ba..1424eaf0fec368878c46677c44af8b69b0cf4386 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,8 @@ cache:
- $HOME/.nvm
- $HOME/.pub-cache/hosted
- pkg/dev_compiler/node_modules
+addons:
+ firefox: latest
before_install:
# g++4.8.1 setup
- if [ "$CXX" == "g++" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
@@ -58,6 +60,7 @@ script:
- if [[ "$TEST" == node ]]; then ./tool/node_test.sh ; fi
env:
- ANALYZER=master
+ - ANALYZER=master DDC_BROWSERS=Firefox
- ANALYZER=master CXX=g++
- ANALYZER=master CXX=clang++
- TEST=coverage
@@ -65,6 +68,7 @@ env:
matrix:
allow_failures:
- env: TEST=node
+ - env: ANALYZER=master DDC_BROWSERS=Firefox
- env: ANALYZER=master CXX=clang++
notifications:
email:
« no previous file with comments | « no previous file | pkg/dev_compiler/karma.conf.js » ('j') | pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698