diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-02-07 08:19:25 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-02-07 08:19:25 +0000 |
commit | bcb82b71d23699045d3885c4c0a47141553dd23a (patch) | |
tree | 99904f792f0cb4ee1b37f63224b3b8036e07fd26 | |
parent | 1219fb5d8546a0567afdc49b271a8bcfc0e34631 (diff) |
[Travis] Pin cypress to version 3.
-rw-r--r-- | .travis.yml | 2 |
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' |