From f49d5c6e00555c73dea53c12b31ebea2faa430b5 Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Sun, 8 Oct 2017 05:48:42 +0200
Subject: [PATCH] repr dat

---
 .travis.yml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b0bf81d..0e41da3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,17 +5,14 @@ python:
  - "3.4"
  - "3.5"
  - "pypy"
-cache:
-  directories:
-    - $HOME/build/smok-serwis/coolamqp/.eggs
-    - $HOME/.cache
+cache: pip
 script:
  - python compile_definitions.py
- - python setup.py nosetests --with-coverage
+ - python setup.py nosetests
+ - codeclimate-test-reporter
 install:
  - pip install -r requirements.txt
 after_success:
- - codeclimate-test-reporter
  - bash build.sh
 services:
  - rabbitmq
-- 
GitLab