Skip to content

Commit 66e34c4

Browse files
committed
fix integration tests on travis
1 parent d618fd4 commit 66e34c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ru/mystamps/web/config/ControllersConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public SuggestionController getSuggestionController() {
125125
}
126126

127127
@Bean
128-
@Profile("test")
128+
@Profile({ "test", "travis" })
129129
public TestController getTestController() {
130130
return new TestController();
131131
}

0 commit comments

Comments
 (0)