summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: acf1fc7f6eb8a75f25e62869185e5d7db2e9ff21 (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:
  - os: linux
    sudo: false
  - os: osx
    osx_image: xcode10.3
    addons:
      homebrew:
        update: true
        packages:
          - flex
          - gperf
          - bison

env:
  - MRUBY_CONFIG=travis_config.rb
script: "rake -m && rake test"