Don't use sudo for Alpine

This commit is contained in:
Yorick Peterse 2017-11-02 12:29:47 +01:00
parent b248cc7c0f
commit de2166eb40
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
.defaults: &defaults
before_script:
- sudo apk add --update ragel=6.9
- apk add --update ragel=6.9
- gem install bundler --no-ri --no-rdoc
- ruby --version
- gem --version