Skip to content

Commit

Permalink
Bump distro to Bionic to fix VueJS problems
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed May 7, 2022
1 parent c7f3d9b commit 4a476d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# @file
# .travis.yml - PKP Plugins Integration

dist: bionic
language: php

addons:
chrome: beta
postgresql: "9.5"
apt:
update: true

Expand Down Expand Up @@ -35,5 +38,6 @@ script:
- $(npm bin)/cypress run --config integrationFolder=plugins/importexport/quickSubmit/cypress/tests

after_failure:
- cat error.log
- sudo apt-get install sharutils
- tar cz cypress/screenshots | uuencode /dev/stdout

0 comments on commit 4a476d0

Please sign in to comment.