mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add OS X build to the matrix
This commit is contained in:
+4
-3
@@ -2,11 +2,12 @@ language: c
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- sudo: 9000
|
||||
- os: linux
|
||||
sudo: 9000
|
||||
- os: osx
|
||||
|
||||
install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get -q install gperf
|
||||
- if [ $TRAVIS_OS_NAME = 'linux' ]; then sudo apt-get update -qq; sudo apt-get -q install gperf; fi
|
||||
|
||||
env: MRUBY_CONFIG=travis_config.rb
|
||||
script: "./minirake all test"
|
||||
|
||||
Reference in New Issue
Block a user