stub a placeholder Travis config
This commit is contained in:
parent
3dd4aefc2c
commit
f6af2a3888
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
||||
language: ruby
|
||||
|
||||
sudo: false
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
script:
|
||||
- ruby -e "puts 'Hello world!'"
|
Loading…
Reference in New Issue
Block a user