Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kmalakoff committed Jul 26, 2021
1 parent 03a43ae commit 59d43a4
Showing 1 changed file with 16 additions and 32 deletions.
48 changes: 16 additions & 32 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,20 @@
os: linux
dist: xenial
language: node_js
node_js: 'lts/*'
node_js: lts/*
jobs:
include:
- stage: 'Tests'
name: 'Unit Tests on OSX'
os: osx
osx_image: xcode7.2
script:
- npm uninstall node-version-use -g
- npm install node-version-use -g
- nvu engines npm test
- stage: 'Tests'
name: 'Unit Tests on Linux'
dist: xenial
script:
- npm uninstall node-version-use -g
- npm install node-version-use -g
- nvu engines npm test
- stage: 'Tests'
name: 'Unit Tests on Windows'
# - stage: Tests
# name: Unit Tests on OSX
# os: osx
- stage: Tests
name: Unit Tests on Linux
os: linux
- stage: Tests
name: Unit Tests on Windows
os: windows
script:
- npm uninstall node-version-use -g
- npm install node-version-use -g
- nvu engines npm test
- stage: Deploy
name: 'Deploy To NPM'
deploy:
provider: npm
email: [email protected]
api_key:
secure: VB0Kxn16i6NQqnpn/iFttrLe74gXtimlOudn1IbQU+jZbySqg3Ye8Y+BsvM7daypsV1l7e7lR5uZ3awPCAHcywQFS4br+xQiRfIQc11zu0z3klLiZLJKzw1U4lKHv7n+9LYfCdlI3AkFZsYgqMvrMxJVxDyt75VLUZTN/NS8v6kq3W7S1XoQRe2hc2hOmr0c1y5voDAoAAgWzz9Pop2rspH0DXVg1ywFiUua7Q0y3PFDgNlxIdOP2RdyA0d1GpBL/CBQevgsdpH8MsSL0E1C3mfUoQdCdH+xtHC1yADLkAHhIANxcv2XhIk/yxLGNexmQkP6NJiZc1Z+SqA0rUyQoJ2AcffuDim/xDCt4TbwuoxmyvOnoa/pAlhERgBFC+2frsGLNRfBOnVOeO0vlDJWTAQ7Yvn3ton3NaZ1+NsxIY5sCWvMpE39oMh2tiUNqda4Zdf5eFL/GSVcdPt0DOSKre/Vpl5QXV89IL+z1pDhtHWCof2JF3074xtjLfW8quqEtahFLb9hIypScfpBhKin52lz/cn7MFzK8CwBDVMO08k7ESJAYlbzMjfabuWbeZiNZnHRATEHHwoRx9pH2ceSZlrk4FLlCCrcTC10XwKvuhT0fDCPetFsqKk1jYR+ajuk9mQmOD2eCnKCdW2vSrOXpQ+WYBilv8wXt/MiSSbzBiI=
on:
tags: true
skip_cleanup: 'true'
before_install:
- npm uninstall node-version-use -g
script:
- npm install node-version-use -g
- nvu engines npm test

0 comments on commit 59d43a4

Please sign in to comment.