Skip to content

Commit

Permalink
Deleted duplicate cache section
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherSamWilson committed Sep 8, 2020
1 parent 4109d50 commit c55c6bc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: python
sudo: false

cache:
apt: true
Expand All @@ -23,8 +22,4 @@ script:
- travis_wait pytest tests --cov-config .coveragerc --cov=miceforest
- travis_wait mypy miceforest
after_success:
- codecov
cache:
apt: true
directories:
- $HOME/.pip-cache
- codecov

0 comments on commit c55c6bc

Please sign in to comment.