diff options
author | 2018-06-03 10:30:11 +0200 | |
---|---|---|
committer | 2018-06-03 10:30:11 +0200 | |
commit | 74e08c37b8ef731df8b9a4f4ab7e5033dba02c54 (patch) | |
tree | df149de5fa7b68b08347307649390c7e57f77125 | |
parent | consistent naming conventions, update readme, hopefully fix travis test (diff) |
sudo all the things
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 8765a5c..122a1e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,12 +26,12 @@ env: - RABBITMQ_HOST=localhost install: - - pip install pipenv - - pipenv sync --dev --three + - sudo pip install pipenv + - sudo pipenv sync --dev --three script: - - chmod +x scripts/ci.sh - - bash scripts/ci.sh - - pipenv run lint + - sudo chmod +x scripts/ci.sh + - sudo bash scripts/ci.sh + - sudo pipenv run lint - sudo pipenv run test #after_success: # - bash scripts/deploy.sh |