Skip to content

Commit

Permalink
Build the snap after success, using the tested node version
Browse files Browse the repository at this point in the history
  • Loading branch information
come-maiz committed Nov 4, 2016
1 parent 40fee93 commit f91f2b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ before_install:
script:
- gulp build --prod
- gulp dist
after_success:
# Build the snap.
- docker run -v $(pwd):/cwd snapcore/snapcraft sh -c 'cd /cwd && snapcraft'
deploy:
Expand Down
1 change: 1 addition & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ parts:
dillinger:
source: .
plugin: nodejs
node-engine: '4.4.7'
build-packages: [bzip2, git]

0 comments on commit f91f2b2

Please sign in to comment.