summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-02-04 15:16:20 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-02-04 15:16:20 +0100
commit9c6d92a2c1dad208c501ac4db341feb799734f9e (patch)
treeae8c89f3a1df44923c1fa5d9c3f05db482f83773 /.travis.yml
parentb45aa573ef83514280a9a1d2870f04942f9b5842 (diff)
.travis.yml: Pin current pre-commit version to prevent future breakage
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 14a70291b8..b51f5d3657 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,7 +31,7 @@ jobs:
directories:
- $HOME/.cache/pre-commit
before_install:
- - pip install pre-commit
+ - pip install pre-commit==2.0.1
script:
- pre-commit run --all-files
addons: []
@@ -46,7 +46,7 @@ jobs:
directories:
- $HOME/.cache/pre-commit
before_install:
- - pip install pre-commit
+ - pip install pre-commit==2.0.1
script:
- pre-commit run --origin HEAD --source origin/HEAD --show-diff-on-failure
addons: []