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

Unified Diff: pubspec.yaml

Issue 1014573003: Adding Travis CI and Coveralls support (Closed) Base URL: https://github.com/dart-lang/dart-dev-compiler.git@master
Patch Set: oops Created 5 years, 9 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 | « README.md ('k') | test/all_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 8c01c7a18efbb8acd8854ad4257f1cba08be5db7..351391df2f429c89246ae04cf4e6897a6f7aa101 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -3,7 +3,7 @@ description: Dart dev checker / compiler
dependencies:
analyzer:
git:
- url: git@github.com:dart-lang/ddc_analyzer.git
+ url: https://github.com/dart-lang/ddc_analyzer.git
ref: master
args: ^0.12.1
cli_util: ^0.0.1
@@ -26,7 +26,7 @@ dev_dependencies:
dependency_overrides:
analyzer:
git:
- url: git@github.com:dart-lang/ddc_analyzer.git
+ url: https://github.com/dart-lang/ddc_analyzer.git
ref: master
executables:
# Similar to "analyzer.dart" and its command line "dartanalyzer", we use
« no previous file with comments | « README.md ('k') | test/all_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698