Skip to content

Commit

Permalink
try to give read permissions to artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
sriv committed Aug 2, 2017
1 parent 75f5bfc commit 57c11ee
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 @@ -10,7 +10,7 @@ install:
script:
- RACK_ENV=production bundle exec rake war
before_deploy:
- ls
- chmod +r activeadmin-demo.war
- export RELEASE_WAR_FILE=$(ls activeadmin-demo.war)
- echo "deploying $RELEASE_WAR_FILE to GitHub releases"
deploy:
Expand Down

0 comments on commit 57c11ee

Please sign in to comment.