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

Side by Side Diff: packages/stack_trace/.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/pool/test/pool_test.dart ('k') | packages/stack_trace/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 - dev 4 - dev
5 - stable 5 - stable
6 - 1.22.1 6 - 1.23.0
7 - 1.21.1
8 dart_task: 7 dart_task:
9 - test: -p vm 8 - test: -p vm
10 - test: -p firefox 9 - test: -p firefox
11 - test: -p dartium 10 - test: -p dartium
12 install_dartium: true 11 install_dartium: true
13 - dartanalyzer 12 - dartanalyzer
14 matrix: 13 matrix:
15 include: 14 include:
16 # Only validate formatting using the dev release 15 # Only validate formatting using the dev release
17 # Formatted with 1.23.0+ which has (good) changes since 1.22.1 16 # Formatted with 1.23.0+ which has (good) changes since 1.22.1
18 - dart: dev 17 - dart: dev
19 dart_task: dartfmt 18 dart_task: dartfmt
19
20 # Only building master means that we don't run two builds for each pull request.
21 branches:
22 only: [master]
23
20 cache: 24 cache:
21 directories: 25 directories:
22 - $HOME/.pub-cache 26 - $HOME/.pub-cache
OLDNEW
« no previous file with comments | « packages/pool/test/pool_test.dart ('k') | packages/stack_trace/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698