Skip to content

Commit

Permalink
fix travis for snowboy build, update to bionic base
Browse files Browse the repository at this point in the history
  • Loading branch information
sdetweil committed Oct 25, 2021
1 parent 61c6ef6 commit 314030a
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
dist: bionic
language: node_js
# changed to node 14
node_js:
- "10"
- "14"
addons:
apt:
sources:
- deadsnakes
packages:
- python3.7

before_install:
- npm i -g npm
- sudo apt update
- sudo apt purge python2.7-minimal
- sudo apt-get install -y python3 python3-pip python3-setuptools
- pip3 install --upgrade pip

# Cache node dependencies
cache:
Expand Down

0 comments on commit 314030a

Please sign in to comment.