Skip to content

Commit

Permalink
updated travis to use petsc 3.10.0 after having problems with 3.11.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck authored Feb 12, 2020
1 parent 9877139 commit 024fb10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ os:
- linux

env:
- PY=3.7 PETSc=3.11.0
- PY=3.6 PETSc=3.11.0 UPLOAD_DOCS=1
- PY=3.7 PETSc=3.10.0
- PY=3.6 PETSc=3.10.0 UPLOAD_DOCS=1

language: generic

Expand Down

0 comments on commit 024fb10

Please sign in to comment.