Skip to content

Commit 6b53269

Browse files
committed
test: seperate integration test and cri test in travisCI
Signed-off-by: letty <[email protected]>
1 parent 34c5a06 commit 6b53269

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@ before_install:
1818
- sudo apt-get update -qq
1919
- sudo apt-get install -y -qq autoconf automake
2020

21+
env:
22+
- TEST_SUITE=integration-test
23+
- TEST_SUITE=cri-test
24+
2125
script:
22-
- sudo make -e test
26+
- sudo make -e ${TEST_SUITE}

0 commit comments

Comments
 (0)