Sha256: a27397a4e835e683f370d6e9a3b29cb40d369c6759ee6bfd0ecc81479d684227

Contents?: true

Size: 899 Bytes

Versions: 3

Compression:

Stored size: 899 Bytes

Contents

# Passes arguments to bundle install (http://gembundler.com/man/bundle-install.1.html)
# bundler_args: --binstubs

# Specify which versions of Ruby to run the tests on; each version will be used
rvm:
  - 1.8.7
  - 1.9.2
  
# Define how to run the tests (defaults to `bundle exec rake` or `rake` depending on whether you have a `Gemfile`)
# script: "bundle exec rake rspec node"

# Define tasks to be completed before and after tests run. Will allow folding of content on frontend
# before_script:
#   - command_1
#   - command_2

# after_script:
#   - command_1
#   - command_2

# Specify an ENV variable to run before: 'bundle install' and 'rake' (or your defined 'script')
# env: "RAILS_ENV='test' "

# Specify the recipients for email notification
# notifications:
#   recipients:
#     - email-address-1
#     - email-address-2

# Disable email notifications
# notifications:
#   disabled: true

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jax-1.1.1 .travis.yml
jax-1.1.0 .travis.yml
jax-1.1.0.rc1 .travis.yml