Skip to content

Commit

Permalink
think this is the right syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
loftusa committed Aug 13, 2019
1 parent cef273a commit c03393b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Expand Up @@ -20,9 +20,12 @@ addons:
packages:
- docker-ce

matrix:
- env: SP="native,mni,native_dsn"
- env: MOD="det,prob"
env:
matrix:
- SP=native MOD=det
- SP=mni MOD=det
- SP=native_dsn MOD=det
- MOD=prob SP=native

before_install:
# make local input and output directories to attach to container
Expand Down

0 comments on commit c03393b

Please sign in to comment.