Skip to content

Commit

Permalink
Give up on cache
Browse files Browse the repository at this point in the history
  • Loading branch information
osteele committed Jul 19, 2017
1 parent 26e76d2 commit 87e52f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ python:

cache:
pip: true
directories:
- $GOPATH/src
- $GOPATH/pkg
# directories:
# - $GOPATH/src
# - $GOPATH/pkg

before_cache:
- rm -rf $GOPATH/src/github.com/osteele/gojekyll
# before_cache:
# - rm -rf $GOPATH/src/github.com/osteele/gojekyll

before_install:
- go get github.com/mattn/goveralls
Expand Down

0 comments on commit 87e52f7

Please sign in to comment.