summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-method/.travis.yml
blob: d7422d568eba58fe43b1a37eb786616233d7c4bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: c
compiler:
  - gcc
  - clang
before_install:
  - sudo apt-get -qq update
install:
  - sudo apt-get -qq install rake bison git gperf
before_script:
  - cd ../
  - git clone https://github.com/mruby/mruby.git
  - cd mruby
  - cp -fp ../mruby-method/.travis_build_config.rb build_config.rb
script:
  - ruby minirake all test
notifications:
  email: false