summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: fa57b936d2f3a0b16ba9834e0ded9dec7d462d3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
language: c

sudo: false

matrix:
  include:
    - os: linux
      sudo: 9000
    - os: osx
      osx_image: xcod6.4

addons:
  apt:
    packages:
      - gperf

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

notifications:
  # Update mruby-head installed on Travis CI so other projects can test against it.
  webhooks:
    urls:
      - "https://rubies.travis-ci.org/rebuild/mruby-head"
    on_success: always
    on_failure: never