Skip to content

Commit

Permalink
add more os
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfnjust committed Nov 20, 2023
1 parent b3c9fd8 commit 42d723f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
dist: focal
language: node_js
node_js:
- 16

cache:
npm: false

os:
- linux
- osx
- windows
jobs:
include:
- os: osx
node_js: 16
- os: linux
node_js: 18
- os: windows
node_js: 20

script:
- echo "PRIVATE_KEY=$PRIVATE_KEY" > ./tests/.env
Expand Down

0 comments on commit 42d723f

Please sign in to comment.