mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
212d12f269
Parallel execution of tests makes log difficult to see due to mixing.
15 lines
190 B
YAML
15 lines
190 B
YAML
language: c
|
|
|
|
sudo: false
|
|
|
|
matrix:
|
|
include:
|
|
- os: linux
|
|
sudo: false
|
|
- os: osx
|
|
osx_image: xcode7.1
|
|
|
|
env:
|
|
- MRUBY_CONFIG=travis_config.rb
|
|
script: "rake -m && rake test"
|