summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-01-25 07:36:13 +0100
committerMatthias Beyer <mail@beyermatthias.de>2017-01-25 09:57:27 +0100
commit64cc8ab5e5c6eac75a7dfe47ba23752e97005e86 (patch)
tree228ebe6e26bd200eae3ce8cacb77e3d7d67fb5e9 /.travis.yml
parentce36b38aa9ef25f8a0cc8f21860102b9950566a2 (diff)
Do not check changes in /doc, always build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index f1b08921..14efb3e3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,16 +5,6 @@ rust:
- beta
- stable
cache: cargo
-before_install:
-- |
- c=$(git diff $(git merge-base master $TRAVIS_COMMIT)..$TRAVIS_COMMIT --name-only | cut -d "/" -f 1 | uniq)
- if [[ "$c" == "doc" ]]; then
- echo "Only changes in DOC, exiting 0"
- exit 0
- else
- echo "Changes in other directories than ./doc"
- echo "continue build..."
- fi
before_script:
- |
pip install 'travis-cargo<0.2' --user &&