Simplify travis build
This commit is contained in:
parent
477c7379ea
commit
2eda65945f
10
.travis.yml
10
.travis.yml
|
@ -5,10 +5,10 @@ rust:
|
||||||
cache: cargo
|
cache: cargo
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
#- osx
|
||||||
matrix:
|
#matrix:
|
||||||
allow_failures:
|
# allow_failures:
|
||||||
- os: osx
|
# - os: osx
|
||||||
dist: trusty
|
dist: trusty
|
||||||
before_install:
|
before_install:
|
||||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
|
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
|
||||||
|
@ -26,7 +26,7 @@ before_install:
|
||||||
script:
|
script:
|
||||||
- make clean &&
|
- make clean &&
|
||||||
make update &&
|
make update &&
|
||||||
make build/harddrive.bin.gz build/livedisk.bin.gz build/livedisk.iso -j 2
|
make build/harddrive.bin.gz build/livedisk.bin.gz build/livedisk.iso
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
webhooks: http://37.139.9.28:54863/travis
|
webhooks: http://37.139.9.28:54863/travis
|
||||||
|
|
Loading…
Reference in a new issue