Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
fix local group export
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-weber committed Jun 8, 2014
1 parent 24997f3 commit 09a35a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ install:
- find ./dist -iname "*.zip" -print0 | xargs -0 pip install
- wget https://gist.github.com/simon-weber/8211306/raw/travis-secure-redefine.py
before_script:
- if '[ "${TRAVIS_PULL_REQUEST}" != "false" ]'; then export GROUP='--group=local'; fi
- if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then export GROUP='--group=local'; fi
script: python travis-secure-redefine.py "python -m gmusicapi.test.run_tests $GROUP" IDARG GM_U GM_P GM_O GM_I GM_A
after_failure: cat `python -c 'from gmusicapi.utils import utils; print utils.log_filepath'`
branches:
Expand Down

0 comments on commit 09a35a9

Please sign in to comment.