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

Commit

Permalink
fix(ci): use semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Apr 4, 2019
1 parent d5e13a7 commit 27d72f2
Show file tree
Hide file tree
Showing 4 changed files with 7,279 additions and 84 deletions.
36 changes: 27 additions & 9 deletions .travis.yml
@@ -1,10 +1,28 @@
language: node_js
sudo: false
node_js:
- "4"
- "lts/*"
- "node"
install:
- npm install
script:
- npm test

install: npm install

jobs:
include:
- stage: spec tests 👩🏽‍💻
script: npm run test
node_js: 4
- node_js: lts/*
- node_js: node

- stage: lint ✨
script: npm run lint
node_js: lts/*


- stage: release 🎉
if: branch = master && type != pull_request
script: npm run semantic-release
node_js: lts/*

cache:
directories:
- node_modules

git:
depth: 3

0 comments on commit 27d72f2

Please sign in to comment.