Fix for SSL on travis

This commit is contained in:
Jeremy Soller 2016-11-30 17:40:21 -07:00
parent 2bbcf1251f
commit 515362cf07

View file

@ -13,6 +13,7 @@ before_install:
Caskroom/cask/osxfuse; brew tap glendc/gcc_cross_compilers; brew install glendc/gcc_cross_compilers/x64-elf-binutils
glendc/gcc_cross_compilers/x64-elf-gcc; fi
script:
- export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
- make clean
- make update
- make build/harddrive.bin.gz build/livedisk.bin.gz -j 2