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

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: 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 | « .travis.yml ('k') | test/all_tests.dart » ('j') | tool/travis.sh » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index ee8e2eff81cddfbf14aeeed6eb1c21ea86db3999..90a7c1f880d14ddb9efbaa3ac91568fcd0dd1c85 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -3,14 +3,14 @@ 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
Siggi Cherem (dart-lang) 2015/03/17 15:03:50 If this were to still require a password, another
kevmoo 2015/03/17 15:14:38 Now that this dependency is public, we shouldn't h
Siggi Cherem (dart-lang) 2015/03/17 15:18:07 Let's try it, I think you are right.
ref: master
args: ^0.12.1
cli_util: ^0.0.1
crypto: ^0.9.0
dart_style:
git:
- url: git@github.com:dart-lang/dart_style.git
+ url: https://github.com/dart-lang/dart_style.git
ref: master
html5lib: ^0.12.0
logging: ^0.9.2
@@ -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 | « .travis.yml ('k') | test/all_tests.dart » ('j') | tool/travis.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698