Skip to content

Commit

Permalink
Don't attempt to publish jruby gem from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdcc committed May 24, 2013
1 parent 3286b38 commit b683d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ matrix:
# override script for jdk 6 to push snapshots to sonatype
include:
- jdk: openjdk6
script: mvn -q clean deploy --settings .travis-settings.xml
script: mvn -q clean deploy --settings .travis-settings.xml -Dno.gem.deploy=true

# whitelist
branches:
Expand Down
2 changes: 1 addition & 1 deletion jruby/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ gherkin.I18n.all.each { i18n ->
<id>deploy-gem</id>
<phase>deploy</phase>
<configuration>
<target>
<target unless="no.gem.deploy">
<!-- install the jruby-openssl gem first! -->
<echo message="installing jruby-openssl..." />
<java jar="${maven.dependency.org.jruby.jruby-complete.jar.path}" failonerror="true" fork="true">
Expand Down

0 comments on commit b683d2d

Please sign in to comment.