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
1 changed files with 10 additions and 0 deletions

10
.travis.yml Normal file
View File

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