Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Update CI configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Apr 5, 2020
1 parent ce23b1b commit 0cd5413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ init:

platform:
- x64
- x86

install:
- ps: Install-Product node 10 $env:platform
- ps: Install-Product node 12 $env:platform
- cmd: npm install
- cmd: npm run dist

Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ notifications:

language: node_js
node_js:
- 10
- 12
os:
- osx
- linux
osx_image: xcode10.1
osx_image: xcode10.3
dist: trusty

addons:
Expand Down

0 comments on commit 0cd5413

Please sign in to comment.