Fiddling with travis-ci

This commit is contained in:
Karl Southern 2016-04-12 11:16:37 +01:00
parent c5aeae1b02
commit 6f2bd2ab3e

8
.travis.yml Normal file
View 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