aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-12-13 15:38:15 +0100
committerMohamad Ayyash <mkayyash@google.com>2015-02-23 17:26:23 -0800
commit8c922c52d8aedd8593ed4b4bd0017489d1a6b674 (patch)
tree42d4645db0d1e42b2fa58615d7d2b82f398815c0
parent96e328c8e0479062fd32f1af5d15d73928d9973d (diff)
downloadlz4-8c922c52d8aedd8593ed4b4bd0017489d1a6b674.tar.gz
Fixed : install test on travis
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a8866a1b..896aa810 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: c
compiler: gcc
-script: make test-travis
+script: sudo make test-travis
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq gcc-multilib