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: cache:
directories: directories:
- $HOME/Library/Caches/Homebrew/style - $HOME/Library/Caches/Homebrew/style
- $HOME/Library/Caches/Homebrew/tests - $HOME/Library/Caches/Homebrew/tests
- Library/Homebrew/vendor/bundle - Library/Homebrew/vendor/bundle
branches: branches:
only: only:
- master - master
matrix: matrix:
fast_finish: true fast_finish: true
include: include:
- os: osx - os: osx
compiler: clang
osx_image: xcode9.4 osx_image: xcode9.4
- os: linux - os: linux
compiler: gcc
sudo: false sudo: false
before_install: before_install: