Skip to content

Commit

Permalink
build(travis): update linux dist to latest lts
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Jul 22, 2020
1 parent caa7513 commit b5c2427
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ node_js:
- 'node'

# os
dist: bionic
dist: focal

os:
- windows
Expand Down Expand Up @@ -41,6 +41,7 @@ jobs:
node_js: lts/*
os: linux
script:
- sudo apt-get update
- sudo apt-get -y install poppler-data poppler-utils
- yarn test
- stage: test
Expand Down

0 comments on commit b5c2427

Please sign in to comment.