Codebase list mruby / debian/1.1.0+20150817+gita1731254-1 .travis.yml
debian/1.1.0+20150817+gita1731254-1

Tree @debian/1.1.0+20150817+gita1731254-1 (Download .tar.gz)

.travis.yml @debian/1.1.0+20150817+gita1731254-1raw · history · blame

language: c

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

install:
  - if [ $TRAVIS_OS_NAME = 'linux' ]; then sudo apt-get update -qq; sudo apt-get -q install gperf; fi

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