aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorM Somerville <matthew-github@dracos.co.uk>2020-02-07 11:37:10 +0000
committerM Somerville <matthew-github@dracos.co.uk>2020-02-07 11:37:10 +0000
commite4c2224dc8a20d57bc3140f52c566574671708be (patch)
tree17b35882c8ea49dee49ffb2254ff5be7a5d0dc6e
parent6749d9d5cdebe8f85b486b5e957ec83fd592bed1 (diff)
parentbcb82b71d23699045d3885c4c0a47141553dd23a (diff)
Merge remote-tracking branch 'origin/travis-cypress-3'
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d909b8962..970f80298 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,7 +55,7 @@ addons:
install:
- .travis/install
- 'if [ "$COVERAGE_PART" != "0" ]; then cpanm --quiet --notest Devel::Cover::Report::Codecov; fi'
- - 'if [ "$CYPRESS" = "1" ]; then npm install cypress; fi'
+ - 'if [ "$CYPRESS" = "1" ]; then npm install cypress@3.8.3; fi'
before_script:
- commonlib/bin/gettext-makemo FixMyStreet
- 'if [ "$COVERAGE_PART" != "0" ]; then export HARNESS_PERL_SWITCHES="-MDevel::Cover=+ignore,local/lib/perl5,commonlib,perllib/Catalyst/[^A],perllib/Email,^t"; fi'