Fiddling with travis-ci
This commit is contained in:
parent
c5aeae1b02
commit
6f2bd2ab3e
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
language: ruby
|
||||
cache: bundler
|
||||
rvm:
|
||||
- jruby
|
||||
before_script:
|
||||
- wget http://search.maven.org/remotecontent?filepath=org/apache/derby/derby/10.12.1.1/derby-10.12.1.1.jar -O /tmp/derby.jar
|
||||
- export JDBC_DERBY_JAR=/tmp/derby.jar
|
||||
script: bundle exec rspec
|
Loading…
Reference in New Issue
Block a user