File tree Expand file tree Collapse file tree 4 files changed +4
-18
lines changed Expand file tree Collapse file tree 4 files changed +4
-18
lines changed Original file line number Diff line number Diff line change 11
11
script : ./tool/travis.sh dartanalyzer
12
12
env : PKG="example"
13
13
dart : dev
14
- - stage : unit_test
15
- script : ./tool/travis.sh test
16
- env : PKG="example"
17
- dart : dev
18
14
- stage : analyzer_and_format
19
15
script : ./tool/travis.sh dartfmt
20
16
env : PKG="webdev"
23
19
script : ./tool/travis.sh dartanalyzer
24
20
env : PKG="webdev"
25
21
dart : dev
26
- - stage : unit_test
27
- script : ./tool/travis.sh test
28
- env : PKG="webdev"
29
- dart : dev
30
22
31
23
stages :
32
24
- analyzer_and_format
33
- - unit_test
34
25
35
26
# Only building master means that we don't run two builds for each pull request.
36
27
branches :
Original file line number Diff line number Diff line change 6
6
- analyzer_and_format :
7
7
- dartfmt
8
8
- dartanalyzer : --fatal-infos --fatal-warnings .
9
- - unit_test :
10
- - test
9
+ # - unit_test:
10
+ # - test
Original file line number Diff line number Diff line change @@ -29,11 +29,6 @@ while (( "$#" )); do
29
29
echo -e ' dartfmt -n --set-exit-if-changed .'
30
30
dartfmt -n --set-exit-if-changed . || EXIT_CODE=$?
31
31
;;
32
- test) echo
33
- echo -e ' \033[1mTASK: test\033[22m'
34
- echo -e ' pub run test'
35
- pub run test || EXIT_CODE=$?
36
- ;;
37
32
* ) echo -e " \033[31mNot expecting TASK '${TASK} '. Error!\033[0m"
38
33
EXIT_CODE=1
39
34
;;
Original file line number Diff line number Diff line change 6
6
- analyzer_and_format :
7
7
- dartfmt
8
8
- dartanalyzer : --fatal-infos --fatal-warnings .
9
- - unit_test :
10
- - test
9
+ # - unit_test:
10
+ # - test
You can’t perform that action at this time.
0 commit comments