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 27 28 29
dist: trusty language: c compiler: - gcc - clang env: - MRUBY_VERSION=1.2.0 - MRUBY_VERSION=master matrix: allow_failures: - env: MRUBY_VERSION=master branches: only: - master addons: apt: packages: - rake - bison - git - gperf # - aclocal # - automake # - autoconf # - autotools-dev script: - rake test