Skip to content

Commit

Permalink
Debugging Travis deploy problems; adding sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
lindig committed Apr 13, 2016
1 parent 5967c6b commit 242850c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ before_install:
script:
- chmod -R o+w src/
- docker run -t -t -v $PWD:/mnt ring3/ocaml make -C /mnt
- sudo chown travis.travis src/test-vm.xen.gz
- ls -lh src/
deploy:
provider: releases
Expand Down

0 comments on commit 242850c

Please sign in to comment.