Skip to content

Commit

Permalink
Merge pull request #9 from srepollock/hotfix/travis
Browse files Browse the repository at this point in the history
Hotfix/travis
  • Loading branch information
srepollock committed Nov 17, 2018
2 parents 75cbfd4 + 47e34ed commit 5a1d536
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Expand Up @@ -22,32 +22,30 @@ stages:
jobs:
include:
- stage: setup
name: install
script:
- npm i -g typescript@latest
- npm i -g coveralls
- stage: test
name: "Run all unit tests"
name: "Run unit and smoke tests"
script: npm run test:all
name: "Run smoketests"
script: npm run smoketest
name: "Run smoketests"
- stage: document
name: "Generate API documents"
script: npm run docs
- stage: deploy
name: "Deploy Github Pages"
script: echo "Deploying GitHub Pages..."
deploy:
provider: pages
skip-cleanup: true
github-token: $GH_TOKEN
keep-history: true
on:
branch: master
name: "Deploying Coveralls report"
script: npm run coverage
- stage: release
script: npm run travis-deploy-once "npm run semantic-release"
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
Expand Down

0 comments on commit 5a1d536

Please sign in to comment.