Skip to content

Commit

Permalink
Remove PYVER var from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
brianv0 committed Jun 4, 2020
1 parent 10be784 commit 7e633ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ matrix:
include:
- &accept
os: linux
env: BATCH=false PYVER="3"
env: BATCH=false
services:
- docker
script: ./tests/docker-acceptance.sh

- <<: *accept
env: BATCH=true PYVER="3"
env: BATCH=true

- <<: *accept
env: BATCH=true PYVER="3" ANCIENT_BASH="3.2.57"
env: BATCH=true ANCIENT_BASH="3.2.57"

- <<: *accept
env: BATCH=false PYVER="3" ANCIENT_BASH="3.2.57"
env: BATCH=false ANCIENT_BASH="3.2.57"

- <<: *accept
env: MANGLER=tcsh BATCH=true PYVER="3"
env: MANGLER=tcsh BATCH=true

- &ruby
env: TEST=rubocop
Expand Down

0 comments on commit 7e633ad

Please sign in to comment.