Commit 6f745e21 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2908 from BanzaiMan/ha-feature-containers

Add build on Trusty and OS X
parents 65066f17 bfcc55fb
# no installation...
language: c
matrix:
include:
- os: linux
sudo: 9000
- os: osx
osx_image: xcod6.4
install:
- 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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment