Remove SSL fix from travis
This commit is contained in:
parent
18262264ea
commit
0be014cf2d
|
@ -14,7 +14,6 @@ before_install:
|
||||||
Caskroom/cask/osxfuse; brew tap glendc/gcc_cross_compilers; brew install glendc/gcc_cross_compilers/x64-elf-binutils
|
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
|
glendc/gcc_cross_compilers/x64-elf-gcc; fi
|
||||||
script:
|
script:
|
||||||
- export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
|
|
||||||
- make clean && make update && make build/harddrive.bin.gz build/livedisk.bin.gz build/livedisk.iso -j 2
|
- make clean && make update && make build/harddrive.bin.gz build/livedisk.bin.gz build/livedisk.iso -j 2
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in a new issue