summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2012-12-08 10:42:45 -0800
committerAndre Arko <andre@arko.net>2012-12-08 10:44:31 -0800
commit22b491623a3c73587a7e8c5b54b95139d5300d56 (patch)
treeff56200c8218b909663d0987572303e6f9a4e93b /.travis.yml
parentb6b5f805d0e4fa83fff2abfe6f8651d53af907dd (diff)
downloadbundler-22b491623a3c73587a7e8c5b54b95139d5300d56.tar.gz
comment the various travis build settings
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bc4764b95d..aa4f9fe938 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,16 +14,20 @@ rvm:
- 1.9.3
- 1.9.2
- 1.8.7
-
# Rubygems versions MUST be available as rake tasks
# see Rakefile:66 for the list of possible RGV values
env:
+ # we need to know if changes to rubygems will break bundler on release
- RGV=master
+ # test the latest rubygems release with all of our supported rubies
- RGV=v1.8.24
matrix:
allow_failures:
+ # we want to know how we're doing with head, but not fail the build
- rvm: ruby-head
+ # until the 2.0 rc, it's okay for failures to crop up
- rvm: 2.0.0-preview2
+ # 1.9.2 is simply too slow. it sometimes exceeds the 25m hard limit.
- rvm: 1.9.2
include:
# riding the edge