Skip to content

Commit

Permalink
Merge pull request #102 from celluloid/osx-on-travis
Browse files Browse the repository at this point in the history
Add OS X to the Travis build OSes
  • Loading branch information
tarcieri authored Jul 31, 2016
2 parents 81d5131 + ad5d540 commit c06ac9c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
language: ruby
sudo: false
cache: bundler

bundler_args: --without development

branches:
only:
- master

bundler_args: --without development
os:
- linux
- osx

rvm:
- 2.0
Expand All @@ -24,6 +29,7 @@ env:
matrix:
fast_finish: true
allow_failures:
- os: osx # TODO: make tests pass reliably on OS X
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx
Expand Down

0 comments on commit c06ac9c

Please sign in to comment.