1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

Add osx build env

This commit is contained in:
Thomas Reynolds 2015-06-09 10:17:47 -07:00
parent bb44e59e6e
commit 3e46e8139f

View file

@ -3,16 +3,16 @@ bundler_args: --without development
rvm: rvm:
- ruby-head - ruby-head
- 2.2 - 2.2
- 2.1.1 - 2.1
- 2.1.0 - 2.0
- 2.0.0
- 1.9.3 - 1.9.3
- jruby-19mode os:
- linux
- osx
matrix: matrix:
fast_finish: true fast_finish: true
allow_failures: allow_failures:
- rvm: ruby-head - rvm: ruby-head
- rvm: jruby-19mode
env: TEST=true env: TEST=true
before_install: git submodule update --init --recursive before_install: git submodule update --init --recursive
script: bundle exec rake test script: bundle exec rake test