From 70a32d5a59308fc5647e6739e126912b6ca39024 Mon Sep 17 00:00:00 2001 From: Bruno Pinto Date: Wed, 23 Dec 2015 16:10:58 +0000 Subject: [PATCH] Fish-spec result is the important status --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 407f435..984e3d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,8 +32,9 @@ before_script: script: - tests/run.fish - - pushd pkg/fish-spec; fish -c 'fish-spec'; popd - - pushd pkg/omf; fish -c 'fish-spec'; popd + - cd $TRAVIS_BUILD_DIR/pkg/fish-spec; fish -c 'fish-spec' + - cd $TRAVIS_BUILD_DIR/pkg/omf; fish -c 'fish-spec' + - cd $TRAVIS_BUILD_DIR; tests/test-generate-themes-doc.fish after_failure: - pwd