Remove travis config.

This commit is contained in:
Josh Matthews 2022-03-27 22:40:32 -04:00 committed by GitHub
parent 84e57b3f8d
commit 7bf2415ee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
language: rust
rust:
- nightly
- stable
addons:
apt:
packages:
- libegl1-mesa-dev
- libgtk-3-dev
- libsdl2-dev
- cmake
script:
- rustup target add aarch64-unknown-linux-gnu
- cd simd
- cargo build --target aarch64-unknown-linux-gnu
- cd ../geometry
- cargo build --target aarch64-unknown-linux-gnu
- cd ..
- cargo build
- cargo test
env:
global:
- HARFBUZZ_SYS_NO_PKG_CONFIG=true
notifications:
webhooks: http://build.servo.org:54856/travis