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

sudo: 9000

install:
 - sudo apt-get -q install 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