From b2d72fbfe120630a77a23b51c4a2a1bcab7eaca1 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Sat, 5 Mar 2016 23:15:45 -0500 Subject: [PATCH] Tweaks --- .travis.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 34d4c9339..c216ff4a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,13 +2,9 @@ language: python python: - "2.7" - "3.4" -env: - global: - - NODE_PATH=$HOME/.node_modules/ cache: directories: - $HOME/.wheelhouse/ - - $NODE_PATH install: - pip wheel -w $HOME/.wheelhouse -f $HOME/.wheelhouse -r requirements.txt - pip install --find-links=$HOME/.wheelhouse --no-index -rrequirements.txt @@ -16,7 +12,9 @@ install: - cd panoramix/assets - npm install - npm run prod - - npm run lint - cd $TRAVIS_BUILD_DIR script: bash run_tests.sh -after_success: coveralls +after_success: + - coveralls + - cd panoramix/assets + - npm run lint