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:
parent
bb44e59e6e
commit
3e46e8139f
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue