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

Unified Diff: packages/crypto/.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/cli_util/pubspec.yaml ('k') | packages/crypto/CHANGELOG.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/crypto/.travis.yml
diff --git a/packages/crypto/.travis.yml b/packages/crypto/.travis.yml
index 2760c004a15e23923eb2d5ade60c4b47e3102c42..04b3dd19ccea90045db057aad0bac8e5006c2bbd 100644
--- a/packages/crypto/.travis.yml
+++ b/packages/crypto/.travis.yml
@@ -3,10 +3,6 @@ sudo: false
dart:
- stable
- dev
- - 1.22.1
- - 1.21.1
- - 1.20.1
- - 1.19.1
dart_task:
- test: -p vm
- test: -p firefox
@@ -14,6 +10,11 @@ dart_task:
install_dartium: true
- dartfmt
- dartanalyzer
+
+# 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/cli_util/pubspec.yaml ('k') | packages/crypto/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698