Skip to content

Commit

Permalink
Move back the docker call to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Arias committed Nov 16, 2017
1 parent 980c812 commit 22c1d24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ deploy:
'on':
branch: master
provider: script
script: ./snap/snap-in-docker.sh
script: docker run -v $(pwd):$(pwd) -t snapcore/snapcraft sh -c "apt update -qq
&& cd $(pwd) && ./snap/snap-multiarch.sh"
skip_cleanup: true
7 changes: 0 additions & 7 deletions snap/snap-in-docker.sh

This file was deleted.

0 comments on commit 22c1d24

Please sign in to comment.