From 0e25e6ae5e246c0cc5dd9db4609b8b83f2ace658 Mon Sep 17 00:00:00 2001 From: Tommie Levy Date: Sat, 23 Dec 2017 20:20:11 -0500 Subject: [PATCH 1/3] Fix ci maybe --- setup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.sh b/setup.sh index 9f30c1d75..bb8e5218e 100755 --- a/setup.sh +++ b/setup.sh @@ -1,9 +1,6 @@ #!/usr/bin/env bash set -e -echo "Downloading latest libc-artifacts" -git submodule update --init --remote libc-artifacts - echo "Downloading latest pkgutils" git submodule update --init --remote pkgutils cargo update --manifest-path pkgutils/Cargo.toml From 5ce3e4ef2dd38c77d66eba379c0b85776b3bb7f1 Mon Sep 17 00:00:00 2001 From: Tommie Levy Date: Sat, 23 Dec 2017 20:28:29 -0500 Subject: [PATCH 2/3] Remove cookbook's defuct ci config --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index afb0d2576..000000000 --- a/.travis.yml +++ /dev/null @@ -1,8 +0,0 @@ -language: generic -sudo: required -install: - - curl https://sh.rustup.rs -sSf > rustup; chmod +x rustup; ./rustup --default-toolchain nightly -y - - export PATH="$HOME/.cargo/bin:$PATH"; ./setup.sh -script: export PATH="$HOME/.cargo/bin:$PATH"; ./ci.sh -notifications: - email: false From 4b81f4f6df29651dfdee5c9ccf365048cc070168 Mon Sep 17 00:00:00 2001 From: Tommie Levy Date: Sat, 23 Dec 2017 21:43:37 -0500 Subject: [PATCH 3/3] Remove travis ci badge in readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 423512a1e..1604f845c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # cookbook A collection of package recipes for Redox. -[![Travis Build Status](https://travis-ci.org/redox-os/cookbook.svg?branch=master)](https://travis-ci.org/redox-os/cookbook) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) ## Setup