Skip to content

Commit 6643190

Browse files
committed
Correct the profile name in Travis configuration
1 parent ac2ab39 commit 6643190

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
@@ -1,5 +1,5 @@
11
language: java
22
services: mongodb
33

4-
install: mvn install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true -P spring-snapshot
4+
install: mvn install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true -P snapshot
55
script: mvn install -q -nsu -Dmaven.test.redirectTestOutputToFile=true -P '!integration'

0 commit comments

Comments
 (0)