diff options
| author | Nathan Jaremko | 2019-03-02 22:06:46 -0500 |
|---|---|---|
| committer | Nathan Jaremko | 2019-03-02 22:06:46 -0500 |
| commit | df817a266c712c2122b86551b58babd047f4d622 (patch) | |
| tree | 1088cfe5150142a44be03c34c457f4f6d5af3e0b | |
| parent | 7dcc09abd84c8ed5c066e01add50227cc4067198 (diff) | |
| download | podcast-df817a266c712c2122b86551b58babd047f4d622.tar.bz2 | |
Remove beta from travis-ci
| -rw-r--r-- | .travis.yml | 7 | ||||
| -rw-r--r-- | README.md | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index a0eaddd..e1c138a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,13 +13,6 @@ matrix: - os: osx rust: nightly env: TARGET=x86_64-apple-darwin - # Beta channel. - - os: linux - rust: beta - env: TARGET=x86_64-unknown-linux-gnu - - os: osx - rust: beta - env: TARGET=x86_64-apple-darwin before_install: - export PATH="$PATH:$HOME/.cargo/bin" @@ -73,3 +73,11 @@ $ podcast completion $ podcast completion fish > podcast.fish $ sudo mv podcast.fish /usr/share/fish/completions ``` + +# Building +Building requires nightly rust +```sh +git clone git@github.com:njaremko/podcast.git +cd podcast +cargo install --path=. +```
\ No newline at end of file |
