Merge pull request #117 from NilSet/fixci

Fix ci maybe
This commit is contained in:
Jeremy Soller 2017-12-24 07:30:34 -07:00 committed by GitHub
commit 0c650f040b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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