From 8bea63eb23f5a69dc99a95c937c7333b42399b22 Mon Sep 17 00:00:00 2001 From: nvbn Date: Mon, 27 Jun 2016 23:48:26 +0300 Subject: [PATCH] #524: Remove unned dependencies from `.travis.yml` --- .travis.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2e3a6375..88e725ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,17 +5,6 @@ python: - "3.4" - "3.3" - "2.7" -addons: - apt: - sources: - - fish-shell/release-2 - packages: - - bash - - zsh - - fish - - tcsh - - pandoc - - git services: - docker install: @@ -27,4 +16,5 @@ install: script: - export COVERAGE_PYTHON_VERSION=python-${TRAVIS_PYTHON_VERSION:0:1} - coverage run --source=thefuck,tests -m py.test -v --capture=sys --enable-functional -after_success: coveralls +after_success: + - coveralls