Skip to content

Commit

Permalink
Update travis node to 12; drop python <3.6 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Dec 31, 2019
1 parent 5b922f2 commit 984982b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
language: python
dist: xenial
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8
addons:
apt_packages:
- pandoc
Expand All @@ -21,6 +19,7 @@ before_install:
- 'if [[ $GROUP == python ]] ; then bash ./scripts/travis_before_install_py.sh ; fi'
- 'if [[ $GROUP == doc ]] ; then bash ./scripts/travis_before_install_py.sh ; fi'
- 'if [[ $GROUP == spec ]] ; then bash ./scripts/travis_before_install_py.sh ; fi'
- 'if [[ $GROUP == js ]] ; then nvm install 12 ; fi'
install:
- 'if [[ $GROUP == python ]] ; then bash ./scripts/travis_install_py.sh ; fi'
- 'if [[ $GROUP == doc ]] ; then bash ./scripts/travis_install_py.sh ; fi'
Expand All @@ -38,6 +37,6 @@ matrix:
- python: 3.6
env: GROUP=doc
- python: 3.6
env: GROUP=js BROWSER=firefox TRAVIS_NODE_VERSION=6.11.0
env: GROUP=js BROWSER=firefox TRAVIS_NODE_VERSION=10.15.3
after_success:
- coveralls

0 comments on commit 984982b

Please sign in to comment.