Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
.travis.yml: Update cache configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed Jun 20, 2018
1 parent a9e4667 commit 4c2ca5f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sample_files/.travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
language: python
sudo: false
cache:
apt: true
directories:
- $HOME/.cache/pip
cache: pip

python:
# For branches <= 10.0, put `- "2.7.13"`
Expand Down

3 comments on commit 4c2ca5f

@moylop260
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @pedrobaeza
I didn't find the PR for this change
Could you help me what is the PR?
The commit message don't help too much about the rationale of this change

Was it a git push mistake?

@pedrobaeza
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You told me about this on a PR changing .travis.yml file, and I put it on the template.

@pedrobaeza
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the problem with this?

Please sign in to comment.