Skip to content

Commit

Permalink
Correctly call permissions fix for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eproxus committed Feb 15, 2013
1 parent 0b17a07 commit 7cbb389
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 @@ -7,6 +7,6 @@ otp_release:
- R14B04
- R14B03
- R14B02
before_install: "sh test_permissions.sh"
before_install: "sh change_permissions.sh"
before_script: "make get-deps"
script: "make all"

0 comments on commit 7cbb389

Please sign in to comment.