From 0e667c5f25f968d3663e6992d09a09ef587fa2c0 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Sat, 16 Mar 2019 20:20:43 -0600
Subject: [PATCH] Remove .travis.yml

---
 .travis.yml | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 .travis.yml

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 481719f9d..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-language: rust
-env:
-  -
-  - TARGET=aarch64-unknown-linux-gnu
-  - TARGET=x86_64-unknown-redox
-rust:
-  - nightly
-install:
-  - if [ $TARGET == "aarch64-unknown-linux-gnu" ]; then sudo apt-get install gcc-aarch64-linux-gnu; fi
-before_script:
-  - rustup component add rustfmt-preview
-  - if [ -n "$TARGET" ]; then rustup target add $TARGET; fi
-script:
-  - ./ci.sh
-notifications:
-  email: false
-- 
GitLab