mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 15:10:21 +00:00
Add .travis.yml
This commit is contained in:
parent
897395a656
commit
4d15b5909e
1 changed files with 11 additions and 0 deletions
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
|
Loading…
Reference in a new issue