-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |