mirror of
https://github.com/github/gitignore
synced 2024-11-05 11:28:50 +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!'"
|