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

Unified Diff: packages/js_util/.travis.yml

Issue 2119523002: Added full js & js_util packages (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 4 years, 6 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 | « packages/js_util/.gitignore ('k') | packages/js_util/CHANGELOG.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/js_util/.travis.yml
diff --git a/packages/quiver/.travis.yml b/packages/js_util/.travis.yml
similarity index 55%
copy from packages/quiver/.travis.yml
copy to packages/js_util/.travis.yml
index a4a70c4bcead93112ead0e3088ada7b533dd18dd..f3fa6c3e4bba91fe1b5c072c5f758afc747210ca 100644
--- a/packages/quiver/.travis.yml
+++ b/packages/js_util/.travis.yml
@@ -3,6 +3,10 @@ sudo: false
dart:
- stable
- dev
+with_content_shell: true
+before_install:
+ - export DISPLAY=:99.0
+ - sh -e /etc/init.d/xvfb start
script: ./tool/travis.sh
env:
- DARTANALYZER_FLAGS=--fatal-warnings
« no previous file with comments | « packages/js_util/.gitignore ('k') | packages/js_util/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698