1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 16:30:13 +02:00
gitignore/.travis.yml

11 lines
103 B
YAML
Raw Normal View History

2018-06-18 12:48:14 +02:00
language: ruby
sudo: false
branches:
only:
- master
2018-06-18 12:48:14 +02:00
script:
- ruby -e "puts 'Hello world!'"