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 21bf32d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 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 All @@ -22,7 +20,6 @@ matrix:
- mkdocs build --verbose --clean --strict
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: site
on:
Expand Down

0 comments on commit 21bf32d

Please sign in to comment.