Commit e222dfcc authored by nimrod's avatar nimrod
Browse files

- Enable caching in Travis CI.

parent 886409c6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5,6 +5,10 @@ dist: trusty
sudo: false
group: beta
services: [docker]
cache:
  - pip
  - directories:
      - $HOME/.pre-commit

install:
  - pip install -r tests/requirements.txt | cat