Skip to content

Commit

Permalink
chore(showcase): ajust travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nivekcode committed Apr 21, 2019
1 parent 450a54e commit 35db6e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ jobs:
- stage: build & publish showcase
script:
- npm run build:demo
provider: pages
deploy:
provider: pages
skip_cleanup: true
github_token: $GH_TOKEN
local_dir: dist/ng-sortgrid-demo
on:
on:
branch: master
- stage: build & publish lib
script:
Expand Down

0 comments on commit 35db6e9

Please sign in to comment.