mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 17:33:05 +08:00
15 lines
283 B
YAML
15 lines
283 B
YAML
before_script: "./script/bootstrap"
|
|
script: "./script/cibuild"
|
|
language: ruby
|
|
rvm:
|
|
- 2.4.0
|
|
notifications:
|
|
email: false
|
|
env:
|
|
global:
|
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
|
- GIT_AUTHOR_NAME="Brandon Keepers"
|
|
- GIT_AUTHOR_EMAIL="bkeepers@github.com"
|
|
sudo: false
|
|
cache: bundler
|