From a7f079de2dcaa9a292380ccaefdabfabff1fcbda Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Thu, 21 Jan 2016 02:21:12 +0000 Subject: [PATCH] run ocular on travis --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e5b5fa1..df536c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,10 @@ python: install: - make init - pip install coveralls + - pip install scrutinizer-ocular script: - make test + - make test after_success: - coveralls + - coveralls + - ocular