travis: install linker

This commit is contained in:
Jorge Aparicio 2017-07-27 15:02:25 -05:00
parent 5e83dc295e
commit 7d0c07cd39
3 changed files with 31 additions and 3 deletions

View file

@ -1,4 +1,4 @@
set -ex
set -euxo pipefail
main() {
case $TARGET in

View file

@ -1,4 +1,4 @@
set -ex
set -euxo pipefail
main() {
if [ $TARGET = x86_64-unknown-linux-gnu ]; then