summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: 9ef7009a60298efaf30560b5acd849b6526c2d21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: c

sudo: false

matrix:
  include:
    - os: linux
      sudo: false
    - os: osx
      osx_image: xcode7.1

addons:
  apt:
    packages:
      - gperf

env:
  - MRUBY_CONFIG=travis_config.rb
script: "./minirake -j4 all test"