Skip to content

Commit

Permalink
JBEHAVE-1076: fix travis build
Browse files Browse the repository at this point in the history
'jenkins' mvn profile is now activated only for jenkins/hudson module.
This seems to fix the issues with travis builds.
  • Loading branch information
alb-i986 authored and maurotalevi committed May 7, 2015
1 parent 637f601 commit 4228dbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@
<!-- Required for dependencies of Jenkins module -->
<id>jenkins</id>
<activation>
<activeByDefault>true</activeByDefault>
<activeByDefault>false</activeByDefault>
<property>
<name>hudson.version</name>
</property>
</activation>
<repositories>
<repository>
Expand Down

0 comments on commit 4228dbc

Please sign in to comment.