Skip to content

Commit

Permalink
fix: travis latest branch publishing was not working
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleface committed Apr 26, 2018
1 parent 669c031 commit a961cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ deploy:
- provider: script
repo: konnectors/cozy-konnector-facebook
skip-cleanup: true
script: DEPLOY_BRANCH=latest && yarn deploy
script: DEPLOY_BRANCH=latest yarn deploy
on:
branch: prod
# publish stable versions and beta versions based on tags
Expand Down

0 comments on commit a961cdb

Please sign in to comment.