Build 32/64-bit Linux and FreeBSD on Travis CI (#286)

This commit is contained in:
Roman
2018-04-04 08:37:28 -07:00
committed by Carl Lerche
parent 79afc7ee68
commit dcb20b289c
+11 -1
View File
@@ -1,6 +1,14 @@
---
language: rust
sudo: false
cache:
- apt
- cargo
addons:
apt:
packages:
# to x-compile miniz-sys from sources
- gcc-multilib
matrix:
include:
@@ -9,10 +17,12 @@ matrix:
# releases prior to the current stable.
- rust: 1.21.0
- rust: stable
- os: osx
- rust: beta
- rust: nightly
- os: osx
- env: TARGET=x86_64-unknown-freebsd
- env: TARGET=i686-unknown-freebsd
- env: TARGET=i686-unknown-linux-gnu
script:
- |