BAEL-9654 Activating multiple profiles for Travis CI (#5483)
-Modified travis.yml to execute both default-first and default-second profile
This commit is contained in:
parent
ef3614a5a0
commit
c1e522d38c
|
@ -4,7 +4,7 @@ before_install:
|
|||
- echo "MAVEN_OPTS='-Xmx2048M -Xss128M -XX:+CMSClassUnloadingEnabled -XX:+UseG1GC -XX:-UseGCOverheadLimit'" > ~/.mavenrc
|
||||
|
||||
install: skip
|
||||
script: travis_wait 60 mvn -q install -Pdefault
|
||||
script: travis_wait 60 mvn -q install -Pdefault-first,default-second
|
||||
|
||||
sudo: required
|
||||
|
||||
|
|
1
pom.xml
1
pom.xml
|
@ -458,7 +458,6 @@
|
|||
<module>spring-5</module>
|
||||
<module>spring-5-data-reactive</module>
|
||||
<module>spring-5-reactive</module>
|
||||
<module>spring-data-5-reactive/spring-5-data-reactive-redis</module>
|
||||
<module>spring-5-reactive-security</module>
|
||||
<module>spring-5-reactive-client</module>
|
||||
<module>spring-5-mvc</module>
|
||||
|
|
Loading…
Reference in New Issue