mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #2908 from BanzaiMan/ha-feature-containers
Add build on Trusty and OS X
This commit is contained in:
+9
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user