mirror of
https://github.com/github/gitignore
synced 2024-11-04 19:08:52 +01:00
11 lines
103 B
YAML
11 lines
103 B
YAML
|
language: ruby
|
||
|
|
||
|
sudo: false
|
||
|
|
||
|
branches:
|
||
|
only:
|
||
|
- master
|
||
|
|
||
|
script:
|
||
|
- ruby -e "puts 'Hello world!'"
|