Skip to content

Commit

Permalink
travis.yml: Match a+ config closer
Browse files Browse the repository at this point in the history
  • Loading branch information
rmader authored and fuzzylogic2000 committed Mar 10, 2021
1 parent f520228 commit 51cbfbe
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
language: python
dist: xenial
dist: bionic
python:
- "3.6"
node_js:
- '8'
cache:
pip: true
npm: true

addons:
postgresql: 10
Expand All @@ -12,10 +17,6 @@ addons:
services:
- postgresql

cache:
pip: true
npm: true

install:
- sudo apt-get install -y gdal-bin

Expand Down

0 comments on commit 51cbfbe

Please sign in to comment.