Skip to content

Commit

Permalink
Merge b96f4bd into ddce65f
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Dec 25, 2019
2 parents ddce65f + b96f4bd commit 4ec16c5
Show file tree
Hide file tree
Showing 6 changed files with 13,006 additions and 4,998 deletions.
32 changes: 32 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
sudo: false
language: node_js
cache:
directories:
- ~/.npm
node_js:
- "8.3"
notifications:
email: false
script:
- npm run test
stages:
# - compile
- test
- deploy
jobs:
include:
- stage: test
node_js: lts/*
script:
- npm run build
- npm run test:cov
- npm run coveralls
- npm run deploy-tests-report
- stage: release
node_js: lts/*
script:
- npm run build
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
Loading

0 comments on commit 4ec16c5

Please sign in to comment.