fix: use sudo in CI script

pull/4/head
Raphael 2019-05-31 17:13:51 +02:00 committed by GitHub
parent 92f9f22628
commit 81b97cb944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ os: linux
before_script:
- shellcheck ./covermyass
- sudo cp covermyass /usr/bin/covermyass
- chmod +x /usr/bin/covermyass
- sudo chmod +x /usr/bin/covermyass
script:
- sudo covermyass now