Files
jef-sachsen.de/.travis.yml
Felix Förtsch d6b699856b add travis.yml
2018-05-17 14:03:19 +02:00

16 lines
416 B
YAML

language: ruby
rvm:
- 2.3.3
before_script:
- chmod +x ./script/cibuild # or do this locally and commit
# Assume bundler is being used, therefore
# the `install` step will run `bundle install` by default.
script: ./script/cibuild
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
sudo: false # route your build to the container-based infrastructure for a faster build