exclude gh-pages branch in .travis.yml

This commit is contained in:
Harald Hoyer 2019-01-08 16:29:47 +01:00
parent 83d8d08521
commit 1dc50d457a

View file

@ -1,5 +1,9 @@
language: rust
branches:
except:
- gh-pages
rust:
- stable
- nightly