Skip to content

Commit

Permalink
Attempted permissions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luvies committed Apr 6, 2019
1 parent c34f0b6 commit bd7182b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,4 +1,4 @@
sudo: false
sudo: true
language: cpp

addons:
Expand All @@ -8,7 +8,7 @@ addons:
- python3-pip

install:
- make get-test-deps
- sudo make get-test-deps

script:
# - make check
Expand Down

0 comments on commit bd7182b

Please sign in to comment.