aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-06-03 10:30:11 +0200
committerGravatar Christopher Baklid <[email protected]>2018-06-03 10:30:11 +0200
commit74e08c37b8ef731df8b9a4f4ab7e5033dba02c54 (patch)
treedf149de5fa7b68b08347307649390c7e57f77125
parentconsistent naming conventions, update readme, hopefully fix travis test (diff)
sudo all the things
-rw-r--r--.travis.yml10
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