Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Updating docker publish command to use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
bapti committed Apr 26, 2017
1 parent 0685990 commit e256960
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 @@ -16,7 +16,7 @@ script:

after_success:
- npm run coveralls
- ./docker_publish.sh"
- bash ./docker_publish.sh"

deploy:
provider: npm
Expand Down

0 comments on commit e256960

Please sign in to comment.