Skip to content

Commit 2e36e49

Browse files
committed
Testing
1 parent 03aa9ae commit 2e36e49

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ matrix:
1818
- env: DOCKER=centos:7
1919
services: docker
2020
stage: system
21-
script: docker run -it -v "${PWD}:/data" -w "/data" $DOCKER ./test.sh
21+
script: echo docker run -it -v "${PWD}:/data" -w "/data" $DOCKER ./test.sh
2222
- env: DOCKER=centos:8
2323
services: docker
2424
stage: system
25-
script: docker run -it -v "${PWD}:/data" -w "/data" $DOCKER ./test.sh
25+
script:
26+
- docker run --help
27+
- echo docker run -it -v "${PWD}:/data" -w "/data" $DOCKER ./test.sh
2628
notifications:
2729
email:
2830
on_success: never

0 commit comments

Comments
 (0)