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

Side by Side Diff: tool/override_analyzer_dependency.sh

Issue 2203583004: Test against dev version of analyzer on travis (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 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 | « .travis.yml ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 set -e 2 set -e
3 cd $( dirname "${BASH_SOURCE[0]}" )/.. 3 cd $( dirname "${BASH_SOURCE[0]}" )/..
4 4
5 . ./tool/dependency_overrides.sh 5 . ./tool/dependency_overrides.sh
6 6
7 checkout_dependency_override_from_github \ 7 checkout_dependency_override_from_github \
8 analyzer dart-lang/sdk master /pkg/analyzer/ 8 analyzer dart-lang/sdk $1 /pkg/analyzer/
OLDNEW
« no previous file with comments | « .travis.yml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698