Skip to content

Commit a9a7b11

Browse files
committed
enable to run travis on forked repository
https://travis-ci.org/marutosi/ruby-net-ldap/jobs/59345508#L105 > sudo: must be setuid root
1 parent c548407 commit a9a7b11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ rvm:
1111
env:
1212
- INTEGRATION=openldap
1313

14+
sudo: required
15+
1416
before_install:
1517
- if [ "$INTEGRATION" = "openldap" ]; then ./script/install-openldap; fi
1618

0 commit comments

Comments
 (0)