From 0722edc12bbf7e693d48baa876a60a64feda5208 Mon Sep 17 00:00:00 2001 From: Pip Date: Sun, 1 May 2016 06:16:37 +0000 Subject: [PATCH] .travis.yml: try without sudo https://github.com/travis-ci/apt-package-whitelist/issues/2869 has been fixed --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 598d69e684226..8aaa60a2378b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: c os: - linux -sudo: required addons: apt: packages: @@ -18,7 +17,6 @@ addons: - libmpfr-dev - libmpc-dev script: - - sudo apt-get install autoconf2.13 yasm - (cd js/src; autoconf2.13) - mkdir mybuild - (cd mybuild; CC=clang ../js/src/configure --disable-debug --disable-tests --without-system-zlib; make)