Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
creep travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 25, 2013
1 parent 252cbe4 commit 1287da3
Showing 1 changed file with 4 additions and 46 deletions.
50 changes: 4 additions & 46 deletions .travis.yml
@@ -1,48 +1,6 @@
# This file lifted wholesale from https://github.com/travis-ci/travis-ci/wiki/.travis.yml-options

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

# Specify which ruby versions you wish to run your tests on, each version will be used
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
# - rbx
# - rbx-2.0
# - ree
# - jruby
# - ruby-head
# - 1.8.6

# Define how to run your tests (defaults to `bundle exec rake` or `rake` depending on whether you have a `Gemfile`)
#script: "bundle exec rake"
#disable for the mo
script: "echo 'A-OK'"

# 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:
- cowboyd@thefrontside.net
# - drnicwilliams@gmail.com
# disabled: true # Disable email notifications
- jruby-18mode
- jruby-19mode

# Specify branches to build
# You can either specify only or except. If you specify both, except will be ignored.
branches:
only:
- master
# except:
# - legacy
script:
- "echo 'A-OK'"

0 comments on commit 1287da3

Please sign in to comment.