aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Jaremko2019-03-02 22:06:46 -0500
committerNathan Jaremko2019-03-02 22:06:46 -0500
commitdf817a266c712c2122b86551b58babd047f4d622 (patch)
tree1088cfe5150142a44be03c34c457f4f6d5af3e0b
parent7dcc09abd84c8ed5c066e01add50227cc4067198 (diff)
downloadpodcast-df817a266c712c2122b86551b58babd047f4d622.tar.bz2
Remove beta from travis-ci
-rw-r--r--.travis.yml7
-rw-r--r--README.md8
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"
diff --git a/README.md b/README.md
index ac0a105..1fc6119 100644
--- a/README.md
+++ b/README.md
@@ -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