Skip to content

Commit

Permalink
Use the right branch
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Feb 22, 2024
1 parent c019c2f commit 2cacdb6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ php:
- 8.1.0

env:
- APPLICATION=ojs BRANCH=main TEST=mysql
- APPLICATION=ojs BRANCH=main TEST=pgsql
- APPLICATION=omp BRANCH=main TEST=mysql
- APPLICATION=omp BRANCH=main TEST=pgsql
- APPLICATION=ops BRANCH=main TEST=mysql
- APPLICATION=ops BRANCH=main TEST=pgsql
- APPLICATION=ojs BRANCH=stable-3_4_0 TEST=mysql
- APPLICATION=ojs BRANCH=stable-3_4_0 TEST=pgsql
- APPLICATION=omp BRANCH=stable-3_4_0 TEST=mysql
- APPLICATION=omp BRANCH=stable-3_4_0 TEST=pgsql
- APPLICATION=ops BRANCH=stable-3_4_0 TEST=mysql
- APPLICATION=ops BRANCH=stable-3_4_0 TEST=pgsql

install:
# Prepare OJS/OMP/OPS environment
Expand Down

0 comments on commit 2cacdb6

Please sign in to comment.