Try using language: ruby in Travis config.
This commit is contained in:
parent
27b58b6955
commit
d0c0117945
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user