Skip to content

Commit

Permalink
ci: add musl-tools dependency for i686-unknown-linux-musl
Browse files Browse the repository at this point in the history
  • Loading branch information
andreastt authored and jgraham committed Dec 12, 2016
1 parent be42f0e commit 22b6a5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -35,10 +35,14 @@ matrix:
- TARGET=i686-unknown-linux-musl - TARGET=i686-unknown-linux-musl
- NAME=linux32 - NAME=linux32
- EXT=tar.gz - EXT=tar.gz
dist: trusty
sudo: required
addons: addons:
apt: apt:
packages: &i686 packages: &i686
- musl-tools
- gcc-multilib - gcc-multilib
- libbz2-dev
- os: linux - os: linux
env: env:
- TARGET=x86_64-pc-windows-gnu - TARGET=x86_64-pc-windows-gnu
Expand Down

0 comments on commit 22b6a5a

Please sign in to comment.