Skip to content

Commit

Permalink
chore: travis xenial to bionic (not sure why travis is still on xenia…
Browse files Browse the repository at this point in the history
…l in 2020)
  • Loading branch information
niftylettuce committed Aug 5, 2020
1 parent c223304 commit d0a7b63
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,3 +1,4 @@
dist: bionic
language: node_js
node_js:
- 10
Expand All @@ -8,11 +9,11 @@ node_js:
before_install:
- sudo apt-get update
- sudo apt purge python2.7-minimal
# - sudo apt-get install python3 python3-pip python3-setuptools
- pyenv install --list
- pyenv install 3.6.3
- pyenv global 3.6.3
- python --version
- sudo apt-get install python3 python3-pip python3-setuptools
# - pyenv install --list
# - pyenv install 3.6.3
# - pyenv global 3.6.3
# - python --version
- python3 --version
- pip3 install --upgrade pip setuptools wheel
- pip3 install git+https://github.com/forwardemail/authentication-headers.git
Expand Down

0 comments on commit d0a7b63

Please sign in to comment.