Skip to content

Commit

Permalink
More travis changes
Browse files Browse the repository at this point in the history
  • Loading branch information
izderadicka committed May 29, 2019
1 parent 649e4b0 commit 85ac6ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ matrix:
- npm run build
- language: minimal
if: tag IS present
install: true
script: true
services:
- docker
deploy:
Expand All @@ -36,10 +38,11 @@ matrix:
- bash docker_push.sh
- language: minimal
if: tag IS present
install: true
services:
- docker
script:
- build_static.sh
- ./build_static.sh
deploy:
- provider: releases
api_key:
Expand Down

0 comments on commit 85ac6ad

Please sign in to comment.