Try using language: ruby in Travis config.

This commit is contained in:
Markus Reiter 2018-06-18 16:21:41 +02:00 committed by commitay
parent 27b58b6955
commit d0c0117945

View File

@ -1,20 +1,22 @@
language: c
language: ruby
rvm: system
cache:
directories:
- $HOME/Library/Caches/Homebrew/style
- $HOME/Library/Caches/Homebrew/tests
- Library/Homebrew/vendor/bundle
branches:
only:
- master
matrix:
fast_finish: true
include:
- os: osx
compiler: clang
osx_image: xcode9.4
- os: linux
compiler: gcc
sudo: false
before_install: