Skip to content

Commit

Permalink
Fix Travis CI warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
k4m4 committed Feb 19, 2020
1 parent b3156b5 commit 53c479c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
matrix:
include:
- language: ruby
rvm:
- 2.2
rvm: 2.2
before_script:
- gem install awesome_bot
script:
- ./terminals_are_sexy.sh
- awesome_bot readme.md --allow-dupe --allow-redirect

- language: python
python:
- 3.6.7
python: 3.6.7
install:
- pip install mkdocs mkdocs-cinder
- wget https://raw.githubusercontent.com/k4m4/terminals-are-sexy/master/readme.md
Expand Down

0 comments on commit 53c479c

Please sign in to comment.