Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 1571c93

Browse files
authored
Avoid duplicate builds by only building pushes to master, because PRs are already handled by PR builds (#50)
1 parent 687e31e commit 1571c93

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
@@ -7,4 +7,8 @@ jdk:
77
before_install:
88
- mvn install:install-file -Dfile=lib/spring-restdocs-core-1.1.2.RELEASE-test.jar
99
-DgroupId=org.springframework.restdocs -DartifactId=spring-restdocs-core
10-
-Dversion=1.1.2.RELEASE -Dpackaging=jar -Dclassifier=test
10+
-Dversion=1.1.2.RELEASE -Dpackaging=jar -Dclassifier=test
11+
12+
branches:
13+
only:
14+
- master

0 commit comments

Comments
 (0)