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

Add build on Trusty and OS X
This commit is contained in:
Yukihiro "Matz" Matsumoto
2015-08-04 11:03:27 +09:00
+9 -2
View File
@@ -1,7 +1,14 @@
# 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"