mirror of
https://github.com/jlengrand/gitignore.git
synced 2026-03-10 08:21:17 +00:00
11 lines
103 B
YAML
11 lines
103 B
YAML
language: ruby
|
|
|
|
sudo: false
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
script:
|
|
- ruby -e "puts 'Hello world!'"
|