ruby-json.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
blob 2ebf7fc92a99c5193093f49d1c20bb7dcb1cd3ed 315 bytes (raw)
$ git show HEAD:.travis.yml	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
# 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
  - rbx
  - rbx-2.0
  - ree
  - jruby
  - ruby-head
  - 1.8.6

script: "bundle exec rake"

git clone https://yhbt.net/ruby-json.git