Skip to content

Commit

Permalink
.travis.yml: Fix Linuxbrew file permissions (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob W. Hogg committed Dec 8, 2016
1 parent b3ca559 commit 320f469
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ before_install:
- sudo apt-get -qq update
- sudo apt-get install -y texinfo
- if [ -f ".git/shallow" ]; then travis_retry git fetch --unshallow; fi
# Fix error: Incorrect file permissions (664)
- chmod 0644 Formula/*.rb
- sudo mkdir $HOME
- sudo chown "$USER:" $HOME
- mkdir $LINUXBREW
Expand All @@ -25,6 +23,9 @@ before_install:
- cd $(brew --repo)/Library/Taps/homebrew/homebrew-emacs
- export TRAVIS_BUILD_DIR="$(brew --repo)/Library/Taps/homebrew/homebrew-emacs"
- ulimit -n 1024
# Fix error: Incorrect file permissions (664)
- chmod 0644 Formula/*.rb
- umask 022

script:
- brew test-bot --no-bottle
Expand Down

0 comments on commit 320f469

Please sign in to comment.