Skip to content

Commit

Permalink
Add missing deploy section for travis/snap
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueswww committed Apr 19, 2018
1 parent 7c1c963 commit 89bac65
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Binary file modified .snapcraft/travis_snapcraft.cfg
Binary file not shown.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,18 @@ install:
script:
- python setup.py test
- flake8 vyper/ tests/
sudo: required
services:
- docker
after_success:
- coveralls
- openssl aes-256-cbc -K $encrypted_6ed035d313c9_key -iv $encrypted_6ed035d313c9_iv
-in .snapcraft/travis_snapcraft.cfg -out .snapcraft/snapcraft.cfg -d
- coveralls
deploy:
skip_cleanup: true
provider: script
script: docker run -v $(pwd):$(pwd) -t snapcore/snapcraft sh -c
"apt update -qq && cd $(pwd) &&
snapcraft && snapcraft push *.snap --release edge"
on:
branch: master

0 comments on commit 89bac65

Please sign in to comment.