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

sudo: false

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

addons:
  apt:
    packages:
      - gperf

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