Skip to content

Commit

Permalink
fix .travis.yml errors reported by http://lint.travis-ci.org/
Browse files Browse the repository at this point in the history
Fixes the following reported errors:
- value for cache section is empty, dropping
- in cache section: unexpected key $HOME/.pip-cache, dropping
- specified jdk, but setting is not relevant for python
  • Loading branch information
bitmensch committed Jan 15, 2016
1 parent f245797 commit ccfa475
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: python

jdk: oraclejdk7

services:
- elasticsearch
- mysql
Expand Down Expand Up @@ -45,7 +43,8 @@ matrix:
sudo: false

cache:
- $HOME/.pip-cache
directories:
- $HOME/.pip-cache

install:
- pip install 'tox<3.0'
Expand Down

0 comments on commit ccfa475

Please sign in to comment.