Skip to content

Commit

Permalink
chore: remove LTS (v16) for v5+
Browse files Browse the repository at this point in the history
  • Loading branch information
biancode committed Nov 13, 2021
1 parent c57eaf2 commit 170f856
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
language: node_js
matrix:
include:
- node_js: "lts/*"
- node_js: 14
- node_js: 12
- node_js: 10
allow_failures:
- node_js: "lts/*"
- node_js: 12
- node_js: 10
before_install:
- sudo add-apt-repository -y ppa:deadsnakes/ppa
- sudo apt-get -y update
- sudo apt-get -y install python3.9
- python3 -V
install:
- npm install
- npm install --only=dev
Expand Down

0 comments on commit 170f856

Please sign in to comment.