mirror of
https://github.com/jlengrand/open-source-mac-os-apps.git
synced 2026-03-10 08:31:19 +00:00
Add .travis.yml
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
language: ruby
|
||||
rvm:
|
||||
- 2.2
|
||||
before_script:
|
||||
- gem install awesome_bot
|
||||
- gem install danger
|
||||
script:
|
||||
- awesome_bot README.md
|
||||
- danger
|
||||
notifications:
|
||||
email: false
|
||||
Reference in New Issue
Block a user