Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
still testing around with travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
zekroTJA committed Oct 17, 2018
1 parent 646a70d commit d2d7999
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ matrix:
- lts/*
script:
- npm test
- docker build -t yuri .
- docker save -o yuri.dockerimage.tar yuri
deploy:
script: |
docker build -t yuri .
docker save -o yuri.dockerimage.tar yuri
provider: releases
skip_cleanup: true
api_key:
Expand Down

0 comments on commit d2d7999

Please sign in to comment.