Skip to content

Commit

Permalink
Merge pull request #149 from twitter/new-travis-ci
Browse files Browse the repository at this point in the history
Use new Travis CI infrastructure
  • Loading branch information
KL-7 committed Jan 9, 2015
2 parents cd6d072 + a06a307 commit 3cc9cc8
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .travis.yml
@@ -1,24 +1,17 @@
language: ruby
sudo: false
cache: bundler
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
- rbx-2.2.7
- 2.2.0
- jruby-head
matrix:
allow_failures:
- rvm: rbx-2.2.7
- rvm: jruby-head
env:
- 'RSPEC_OPTIONS="--tag ~slow spec"'
- 'RSPEC_OPTIONS="--tag slow spec/bidi/bidi_spec.rb spec/collation/collation_spec.rb"'
- 'RSPEC_OPTIONS="--tag slow spec/collation/tailoring_spec.rb spec/collation/trie_dumps_spec.rb"'
- 'RSPEC_OPTIONS="--tag slow spec/formatters/numbers/rbnf/rbnf_spec.rb"'
script: 'bundle exec rspec $RSPEC_OPTIONS'
before_install:
- gem update --system 2.1.11
- gem --version
- sudo apt-get update -qq
- sudo apt-get install -y libonig-dev
before_script: 'gem install bundler'

0 comments on commit 3cc9cc8

Please sign in to comment.