mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
travis-CI migration
Migrating from legacy to container-based infrastructure. http://docs.travis-ci.com/user/migrating-from-legacy/
This commit is contained in:
+6
-2
@@ -1,5 +1,7 @@
|
||||
language: c
|
||||
|
||||
sudo: false
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
@@ -7,8 +9,10 @@ matrix:
|
||||
- os: osx
|
||||
osx_image: xcod6.4
|
||||
|
||||
install:
|
||||
- if [ $TRAVIS_OS_NAME = 'linux' ]; then sudo apt-get update -qq; sudo apt-get -q install gperf; fi
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- gperf
|
||||
|
||||
env: MRUBY_CONFIG=travis_config.rb
|
||||
script: "./minirake all test"
|
||||
|
||||
Reference in New Issue
Block a user