diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index afb0d257625ecaa134c06f3a35c4819917e3435f..0000000000000000000000000000000000000000 --- 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 diff --git a/README.md b/README.md index 423512a1e7266445d0200e03e0cc2a0c63571a9e..1604f845c7ee8163f96603522193eedbbbda4bdc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # cookbook A collection of package recipes for Redox. -[](https://travis-ci.org/redox-os/cookbook) [](./LICENSE) ## Setup diff --git a/setup.sh b/setup.sh index 9f30c1d751a7f1687027545cf1e7a5506cd77fdf..bb8e5218e02948498e10e147946c30de3a9c21d6 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