summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-02-17 16:50:04 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2015-02-17 16:50:04 -0800
commitae43bd82bb9cfbfce9e3650dc9e9d460274d20fd (patch)
treeb0619d0b48b8b9a7a718a90c487e3b4b6f21f9a1 /.travis.yml
parent0c0939a3a9c464842cfddcbcd832b8f1d5918d9e (diff)
downloadffi-yajl-ae43bd82bb9cfbfce9e3650dc9e9d460274d20fd.tar.gz
remove use of sudo
if we pick up the system libyajl2 it'll blow up anyway (and that's probably better behavior even)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6fed32b..1539f54 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
sudo: false
before_install:
- - sudo dpkg -P libyajl1 || true
# - gem update bundler
- bundle --version
# - gem update --system