Skip to content

Commit c8116f0

Browse files
committed
Limit the .travis.yml to hibernate-search demos
Because others (OGM in particular) don't seem to build
1 parent 03e690e commit c8116f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ addons:
99
- oracle-java8-installer
1010
env:
1111
global:
12-
- PROJECTS=$( find . -name pom.xml -print -or -path '*/target/*' -prune | sort | xargs -n 1 dirname )
12+
- PROJECTS=$( find hibernate-search -name pom.xml -print -or -path '*/target/*' -prune | sort | xargs -n 1 dirname )
1313
cache:
1414
directories:
1515
- $HOME/.m2

0 commit comments

Comments
 (0)