Skip to content

Commit 861e7d4

Browse files
committed
fixes maven build: sets fae switch, pass settings
1 parent 2815b07 commit 861e7d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ notifications:
1515
- ro.franchini@gmail.com
1616

1717
script:
18-
- ./mvnw clean -DskipTests deploy -Pprod -Prelease
19-
- ./mvnw clean -DskipTests deploy -Pprod-single -Prelease
18+
- ./mvnw clean -DskipTests deploy -Pprod -fae --settings .travis/settings.xml
19+
- ./mvnw clean -DskipTests deploy -Pprod-single -fae --settings .travis/settings.xml
2020

2121
jdk:
2222
- openjdk8

0 commit comments

Comments
 (0)