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

Side by Side 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, 5 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 unified diff | Download patch
« no previous file with comments | « packages/js_util/.gitignore ('k') | packages/js_util/CHANGELOG.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 language: dart 1 language: dart
2 sudo: false 2 sudo: false
3 dart: 3 dart:
4 - stable 4 - stable
5 - dev 5 - dev
6 with_content_shell: true
7 before_install:
8 - export DISPLAY=:99.0
9 - sh -e /etc/init.d/xvfb start
6 script: ./tool/travis.sh 10 script: ./tool/travis.sh
7 env: 11 env:
8 - DARTANALYZER_FLAGS=--fatal-warnings 12 - DARTANALYZER_FLAGS=--fatal-warnings
OLDNEW
« 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