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

Side by Side Diff: packages/package_config/.travis.yml

Issue 3015713002: Roll to pickup pool changes
Patch Set: Created 3 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 unified diff | Download patch
« no previous file with comments | « packages/meta/pubspec.yaml ('k') | packages/package_config/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 dart: dev
3 script: ./tool/travis.sh
4 sudo: false 2 sudo: false
3 dart:
4 - dev
5 - stable
6 dart_task:
7 - test
8 - dartfmt
9 - dartanalyzer: --fatal-warnings .
10
11 # Only building master means that we don't run two builds for each pull request.
12 branches:
13 only: [master]
14
15 cache:
16 directories:
17 - $HOME/.pub-cache
OLDNEW
« no previous file with comments | « packages/meta/pubspec.yaml ('k') | packages/package_config/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698