Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Former-commit-id: ef59645
  • Loading branch information
eduadiez authored Jan 25, 2019
1 parent 8388998 commit 4993349
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,15 @@ jobs:
##################################################
- stage: release
name: release
node_js:
- "8.9.4"
services:
- docker
script:
- npm install -g @dappnode/dappnodesdk
- docker-compose build
- dappnodesdk publish patch -p infura
node_js: lts/*

before_deploy:
- wget https://raw.githubusercontent.com/dappnode/DAppNode/master/scripts/before_deploy.sh
- source before_deploy.sh
Expand Down

0 comments on commit 4993349

Please sign in to comment.