1
0
Fork 0
mirror of https://github.com/haraldh/chainerror.git synced 2025-05-01 02:54:20 +02:00

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