Skip to content

Commit

Permalink
still trying to get the integs working on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Oct 30, 2013
1 parent a5d3c66 commit c376955
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<id>bundle-install</id>
<goals><goal>jruby</goal></goals>
<configuration>
<args>-C ${basedir}/src/main/ruby -S bundle install</args>
<args>-C ${basedir}/src/main/ruby -S ${rubygems.home}/bin/bundle install</args>
</configuration>
</execution>
<execution>
Expand Down
8 changes: 8 additions & 0 deletions integration/simple_rack_test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
<args>-S gem install bouncy-castle-java -v 1.5.0147</args>
</configuration>
</execution>
<execution>
<id>install-gems</id>
<phase>initialize</phase>
<goals><goal>jruby</goal></goals>
<configuration>
<args>-S gem install rake -v 10.1.0</args>
</configuration>
</execution>
<execution>
<id>create-war</id>
<phase>pre-integration-test</phase>
Expand Down

0 comments on commit c376955

Please sign in to comment.