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

sudo: false

matrix:
  - os: linux
    sudo: false
  - os: osx
    before_install:
      - brew install bison
      - export PATH="/usr/local/opt/bison/bin:$PATH"

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