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

Unified Diff: packages/stack_trace/.travis.yml

Issue 3015713002: Roll to pickup pool changes
Patch Set: Created 3 years, 3 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/pool/test/pool_test.dart ('k') | packages/stack_trace/CHANGELOG.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/stack_trace/.travis.yml
diff --git a/packages/stack_trace/.travis.yml b/packages/stack_trace/.travis.yml
index fff84941af24d475ce81fcae27200846e451e896..2ec03bbf728bcbc4148ae0d026576a69791e54f4 100644
--- a/packages/stack_trace/.travis.yml
+++ b/packages/stack_trace/.travis.yml
@@ -3,8 +3,7 @@ sudo: false
dart:
- dev
- stable
- - 1.22.1
- - 1.21.1
+ - 1.23.0
dart_task:
- test: -p vm
- test: -p firefox
@@ -17,6 +16,11 @@ matrix:
# Formatted with 1.23.0+ which has (good) changes since 1.22.1
- dart: dev
dart_task: dartfmt
+
+# Only building master means that we don't run two builds for each pull request.
+branches:
+ only: [master]
+
cache:
directories:
- $HOME/.pub-cache
« 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