Skip to content

Commit

Permalink
Sync travis config from staticPages
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Sep 14, 2022
1 parent 722d2ba commit e14785d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# @file
# .travis.yml - PKP Plugins Integration

dist: bionic
os: linux
language: php

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

sudo: required

php:
- 7.3
- 7.4
- 8.0
- 8.1.0
env:
- APPLICATION=ojs BRANCH=main TEST=mysql
- APPLICATION=ojs BRANCH=main TEST=pgsql
Expand All @@ -32,3 +35,8 @@ install:

script:
- $(npm bin)/cypress run --config integrationFolder=plugins/themes/healthSciences/cypress/tests/functional

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

0 comments on commit e14785d

Please sign in to comment.