aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 4a3da039ecd506a6e0eae5c0ad1e42e397e26a9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: ruby
rvm: 2.0.0
os: linux

matrix:
  include:
    - os: osx
      env: OSX=10.11
      osx_image: xcode7.3
      rvm: system

before_install:
  - export HOMEBREW_DEVELOPER=1
  - export PATH="bin:$PATH"
  - umask 022

script:
  - brew test-bot