Fix Travis build.

This commit is contained in:
BubuAnabelas 2018-01-07 02:03:03 -03:00
parent 063711f108
commit 0097739925
1 changed files with 6 additions and 5 deletions

View File

@ -1,12 +1,13 @@
language: ruby
rvm:
- 2.2
before_script:
language: node_js
node_js:
- "node"
install:
- yarn
- gem install awesome_bot
- gem install danger
script:
- awesome_bot README.md --allow-dupe --allow-redirect
- remark -f --no-stdout README.md
- awesome_bot README.md --allow-dupe --allow-redirect
- danger
notifications:
email: false