Skip to content

Commit

Permalink
.travis.yml: try without sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed May 1, 2016
1 parent 38c9779 commit 0722edc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: c
os:
- linux
sudo: required
addons:
apt:
packages:
Expand All @@ -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)

0 comments on commit 0722edc

Please sign in to comment.