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

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

Issue 3014633002: Roll to pickup pool changes (Closed)
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/cli_util/pubspec.yaml ('k') | packages/crypto/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 - 1.22.1
7 - 1.21.1
8 - 1.20.1
9 - 1.19.1
10 dart_task: 6 dart_task:
11 - test: -p vm 7 - test: -p vm
12 - test: -p firefox 8 - test: -p firefox
13 - test: -p dartium 9 - test: -p dartium
14 install_dartium: true 10 install_dartium: true
15 - dartfmt 11 - dartfmt
16 - dartanalyzer 12 - dartanalyzer
13
14 # Only building master means that we don't run two builds for each pull request.
15 branches:
16 only: [master]
17
17 cache: 18 cache:
18 directories: 19 directories:
19 - $HOME/.pub-cache 20 - $HOME/.pub-cache
OLDNEW
« no previous file with comments | « packages/cli_util/pubspec.yaml ('k') | packages/crypto/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698