travis: enable x86_64, armv[67]hf musl targets.

This commit is contained in:
Juan RP 2015-05-26 11:27:56 +02:00
parent 2984d64ee2
commit 208477330d
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ env:
- ARCH=i686 BOOTSTRAP=i686
- ARCH=armv6hf BOOTSTRAP=x86_64
- ARCH=armv7hf BOOTSTRAP=x86_64
- ARCH=x86_64-musl BOOTSTRAP=x86_64-musl
- ARCH=armv7hf-musl BOOTSTRAP=x86_64-musl
- ARCH=armv6hf-musl BOOTSTRAP=x86_64-musl
cache:
directories:
- $HOME/hostdir/repocache