File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 8
8
- $HOME/.pub-cache/hosted
9
9
- node_modules
10
10
before_install :
11
- - test "$ANALYZER" != master || ./tool/override_analyzer_dependency.sh
11
+ - test "$ANALYZER" != master -a "$ANALYZER" != dev || ./tool/override_analyzer_dependency.sh $ANALYZER
12
12
- pub global activate dart_coveralls
13
13
- export CHROME_CANARY_BIN=`./tool/get_chrome_canary.sh`
14
14
- export DISPLAY=:99.0
@@ -23,9 +23,11 @@ script:
23
23
env :
24
24
- ANALYZER=stable
25
25
- ANALYZER=master
26
+ - ANALYZER=dev
26
27
- TEST=coverage
27
28
- TEST=node
28
29
matrix :
29
30
allow_failures :
30
31
- env : ANALYZER=master
32
+ - env : ANALYZER=dev
31
33
- env : TEST=node
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ cd $( dirname "${BASH_SOURCE[0]}" )/..
5
5
. ./tool/dependency_overrides.sh
6
6
7
7
checkout_dependency_override_from_github \
8
- analyzer dart-lang/sdk master /pkg/analyzer/
8
+ analyzer dart-lang/sdk $1 /pkg/analyzer/
You can’t perform that action at this time.
0 commit comments