Sha256: fa0a341b1ff9dad60124b2836dea9b767981e49110503b6d4912f61b7ef38cbf

Contents?: true

Size: 717 Bytes

Versions: 4

Compression:

Stored size: 717 Bytes

Contents

dist: trusty
sudo: false
language: ruby
rvm:
  - jruby-9.1.17.0
  - jruby-1.7.27
jdk:
  - oraclejdk8
  - openjdk7
before_install: gem install bundler -v 1.16.1
cache: bundler
env:
  JDK_VERSION_FOR_CODECLIMATE: oraclejdk8
  JRUBY_OPTS: "--debug"
before_script:
  - if [ "$TRAVIS_JDK_VERSION" = "$JDK_VERSION_FOR_CODECLIMATE" ]; then curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter; chmod +x ./cc-test-reporter; ./cc-test-reporter before-build; fi
script:
  - bundle exec rspec
  - if [[ "$TRAVIS_PULL_REQUEST" = "false" && "$TRAVIS_JDK_VERSION" = "$JDK_VERSION_FOR_CODECLIMATE" ]]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
saxon-0.2.2-java .travis.yml
saxon-0.2.1-java .travis.yml
saxon-0.2.0-java .travis.yml
saxon-0.1.0-java .travis.yml