mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
24 lines
470 B
YAML
24 lines
470 B
YAML
language: ruby
|
|
sudo: false
|
|
cache: bundler
|
|
before_script:
|
|
- bundle update
|
|
rvm:
|
|
- ruby-head
|
|
- 2.4.0
|
|
- 2.3.1
|
|
- 2.2.4
|
|
os:
|
|
- linux
|
|
# - osx
|
|
matrix:
|
|
fast_finish: true
|
|
allow_failures:
|
|
- rvm: ruby-head
|
|
env:
|
|
global:
|
|
- TEST=true
|
|
- CODECLIMATE_REPO_TOKEN=81787f7b1c3bfa937edadcafbc94f807bf5af5c1142c7b793f2d9969a271de1f
|
|
script: bundle exec rake test && bundle exec codeclimate-test-reporter
|
|
notifications:
|
|
slack: middleman:JW9OvXmn1m3XrSERe8866nBR
|