Skip to content

Commit cfc677c

Browse files
committed
BREAK: Testing travis failures of new commands
1 parent 71fa676 commit cfc677c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ script:
136136
- mvn clean compile -f modules/openapi-generator-maven-plugin/examples/multi-module/pom.xml
137137
# test gradle plugin
138138
- (cd modules/openapi-generator-gradle-plugin/samples/local-spec && ./gradlew buildGoSdk)
139-
- (cd modules/openapi-generator-gradle-plugin/samples/local-spec && ./gradlew openApiGenerate)
139+
- (cd modules/openapi-generator-gradle-plugin/samples/local-spec && ./gradlew generateGoWithInvalidSpec)
140140
after_success:
141141
# push to maven repo
142142
- if [ $SONATYPE_USERNAME ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then

0 commit comments

Comments
 (0)