Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
don't let travis build jars
Browse files Browse the repository at this point in the history
  • Loading branch information
nickethier committed Sep 25, 2013
1 parent 305f699 commit 2ff6281
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
language: java
language: ruby
rvm:
- jruby-19mode
jdk:
- oraclejdk7
- openjdk7

script:
- make jar-test flatjar-test
- COVERAGE=true GEM_HOME=./vendor/bundle/jruby/1.9 GEM_PATH= rspec spec/support/*.rb spec/filters/*.rb spec/examples/*.rb spec/codecs/*.rb spec/conditionals/*.rb spec/event.rb

before_install:
- make jar flatjar
- ruby gembag.rb

0 comments on commit 2ff6281

Please sign in to comment.