mirror of https://github.com/xzeldon/htop.git
travis CI: drop macOS and Linux builds
They are covered by GitHub CI Also testing on s390x does not serve much
This commit is contained in:
parent
dcf7ad386c
commit
c6d9fa279b
11
.travis.yml
11
.travis.yml
|
@ -6,17 +6,6 @@ compiler:
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- freebsd
|
- freebsd
|
||||||
- linux
|
|
||||||
- osx
|
|
||||||
|
|
||||||
arch:
|
|
||||||
- amd64
|
|
||||||
- s390x
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
if [[ ${TRAVIS_CPU_ARCH} == 's390x' ]]; then
|
|
||||||
sudo apt-get update && sudo apt-get install -y libncursesw5-dev ;
|
|
||||||
fi
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
|
|
Loading…
Reference in New Issue