1
0
mirror of https://github.com/github/gitignore synced 2024-06-02 18:58:13 +02:00

stub a placeholder Travis config

This commit is contained in:
Brendan Forster 2018-06-18 07:48:14 -03:00 committed by GitHub
parent 3dd4aefc2c
commit f6af2a3888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: ruby
sudo: false
branches:
only:
- master
script:
- ruby -e "puts 'Hello world!'"