Skip to content

Commit

Permalink
travis [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Jun 10, 2024
1 parent fafe809 commit b59e6e0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ if: (type != pull_request) OR (type = pull_request AND TRAVIS_PULL_REQUEST_SLUG

jobs:
include:
- name: "Focal + Python 3.7"
- if: branch !~ ^test.*
name: "Focal + Python 3.7"
dist: focal
addons:
apt:
Expand All @@ -24,7 +25,8 @@ jobs:
python: "3.7"
env:
- PYPI_DIST="true"
- name: "GCC10 + Python 3.10 anaconda"
- if: branch !~ ^test.*
name: "GCC10 + Python 3.10 anaconda"
dist: focal
addons:
apt:
Expand All @@ -42,7 +44,8 @@ jobs:
packages:
- gfortran
python: "3.12"
- name: "GCC trunk cosmobox"
- if: branch !~ ^test.*
name: "GCC trunk cosmobox"
language: shell
services:
- docker
Expand Down

0 comments on commit b59e6e0

Please sign in to comment.