Skip to content

Commit f0ca3d9

Browse files
committed
temporary disable samples verify.
1 parent d10eab8 commit f0ca3d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ script:
7878
- /bin/bash ./bin/utils/detect_tab_in_java_class.sh
7979
# run integration tests defined in maven pom.xml
8080
- mvn clean install
81-
- mvn -q --batch-mode verify -Psamples
81+
# - mvn -q --batch-mode verify -Psamples
8282
# Below has been moved to CircleCI
8383
# docker: build generator image and push to Docker Hub
8484
#- if [ $DOCKER_HUB_USERNAME ]; then docker login --email=$DOCKER_HUB_EMAIL --username=$DOCKER_HUB_USERNAME --password=$DOCKER_HUB_PASSWORD && docker build -t $DOCKER_GENERATOR_IMAGE_NAME ./modules/swagger-generator && if [ ! -z "$TRAVIS_TAG" ]; then docker tag $DOCKER_GENERATOR_IMAGE_NAME:latest $DOCKER_GENERATOR_IMAGE_NAME:$TRAVIS_TAG; fi && if [ ! -z "$TRAVIS_TAG" ] || [ "$TRAVIS_BRANCH" = "3.0.0" ]; then docker push $DOCKER_GENERATOR_IMAGE_NAME; fi; fi

.travis.yml.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ script:
3434
- set -e
3535
# run integration tests defined in maven pom.xml
3636
- cp pom.xml.bash pom.xml
37-
- mvn --batch-mode verify -Psamples
37+
#- mvn --batch-mode verify -Psamples

0 commit comments

Comments
 (0)