Skip to content

Commit

Permalink
Update .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Sep 30, 2014
1 parent 0be8519 commit de1dd6f
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
Expand Up @@ -4,26 +4,31 @@ rvm:
- 2.1
- 2.0.0
- 1.9.3
- 1.9.2
- ruby-head

env:
- RUBYGEMS_VERSION=
- RUBYGEMS_VERSION=2.2.2
- RUBYGEMS_VERSION=2.1.11
- RUBYGEMS_VERSION=2.0.14
- RUBYGEMS_VERSION=1.8.28
- RUBYGEMS_VERSION=1.8.29

bundler_args: --without guard

before_install:
- gem update --system $RUBYGEMS_VERSION
- if [ -n "$RUBYGEMS_VERSION" ]; then gem update --system $RUBYGEMS_VERSION; fi
- gem --version

matrix:
exclude:
- rvm: 2.1
env: RUBYGEMS_VERSION=1.8.28
env: RUBYGEMS_VERSION=1.8.29
- rvm: 2.0.0
env: RUBYGEMS_VERSION=1.8.28
env: RUBYGEMS_VERSION=1.8.29
- rvm: ruby-head
env: RUBYGEMS_VERSION=1.8.29
allow_failures:
- rvm: ruby-head

notifications:
irc: "chat.freenode.net#kitchenci"

0 comments on commit de1dd6f

Please sign in to comment.