Skip to content

Commit

Permalink
Fix group memebership per travis docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cheald committed Mar 5, 2018
1 parent a90f649 commit 2b9c66a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ before_script:
- sudo mkdir -p /tmp/firebird
- sudo chown firebird.firebird /tmp/firebird
- sudo usermod -G firebird travis
- newgrp -
script:
- bundle exec rake compile:fb_ext test
- sudo -E su travis -c 'bundle exec rake compile:fb_ext test'
rvm:
- 1.9.3
- 2.0.0
Expand Down

0 comments on commit 2b9c66a

Please sign in to comment.