Browse Source

Update .travis.yml

master
probonopd 8 years ago
committed by GitHub
parent
commit
6ea1dca273
  1. 1
      .travis.yml

1
.travis.yml

@ -9,6 +9,7 @@ before_install:
- sudo apt-get update -qq
- git clone https://github.com/NixOS/patchelf.git
- cd patchelf
- bash ./bootstrap.sh
- ./configure
- make -j7
- sudo make install

Loading…
Cancel
Save