From 6f2bd2ab3e099671a6b037707fe0d3bfba2694d6 Mon Sep 17 00:00:00 2001 From: Karl Southern Date: Tue, 12 Apr 2016 11:16:37 +0100 Subject: [PATCH] Fiddling with travis-ci --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..27ac558 --- /dev/null +++ b/.travis.yml @@ -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