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

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

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 years, 4 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/crypto/.test_config ('k') | packages/crypto/AUTHORS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 language: dart
2 sudo: false
3 dart:
4 - stable
5 - dev
6 - 1.22.1
7 - 1.21.1
8 - 1.20.1
9 - 1.19.1
10 dart_task:
11 - test: -p vm
12 - test: -p firefox
13 - test: -p dartium
14 install_dartium: true
15 - dartfmt
16 - dartanalyzer
17 cache:
18 directories:
19 - $HOME/.pub-cache
OLDNEW
« no previous file with comments | « packages/crypto/.test_config ('k') | packages/crypto/AUTHORS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698