File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 55 - 1.6
66 - tip
77
8+ env :
9+ - FIX_TEST=
10+ - FIX_TEST=fix40
11+ - FIX_TEST=fix41
12+ - FIX_TEST=fix42
13+ - FIX_TEST=fix43
14+ - FIX_TEST=fix44
15+ - FIX_TEST=fix50
16+ - FIX_TEST=fix50sp1
17+ - FIX_TEST=fix50sp2
18+
819matrix :
920 allow_failures :
1021 - go : tip
1122
1223install :
1324 - make get
1425
15- before_script : make generate
16- script : make travis_test
26+ script : if [ -z "$FIX_TEST" ]; then make generate && make build && make; else make build_accept && make $FIX_TEST; fi
Original file line number Diff line number Diff line change @@ -54,7 +54,4 @@ fix50sp2:
5454ACCEPT_SUITE =fix40 fix41 fix42 fix43 fix44 fix50 fix50sp1 fix50sp2
5555accept : $(ACCEPT_SUITE )
5656
57-
58- travis_test : all build accept
59-
6057.PHONY : test $(ACCEPT_SUITE )
You can’t perform that action at this time.
0 commit comments