Commit Graph

7 Commits (cfcd41220ecfab57a5982ec84db3924aa5a464c4)

Author SHA1 Message Date
Martin Afanasjew e81da7b88c travis: run test-bot from /usr/local
`test-bot` places log files and build outputs in the current working
directory. When testing a tap, this happened to be a tap directory that
lives in `$(brew --repo)/Library/Taps` and caused occasional sandbox
violations (e.g. in `post_install`). Avoid this by always running
`test-bot` from the main Homebrew repository root (like Jenkins).
2016-04-25 14:09:13 +02:00
Xu Cheng dbf25c038e travis: fix rsync
Without the trailing `/`, rsync will create an unnecessary folder over
the tap path, which leads the filesystem to something like:

  Library/Taps/homebrew/homebrew-core/homebrew-core/...

This is a partial fix for https://github.com/Homebrew/brew/issues/100
2016-04-19 16:53:01 +08:00
Mike McQuaid b81904367d travis.yml: pass `--tap` argument. (#408)
This should get `master` testing formulae again.

Closes https://github.com/Homebrew/brew/issues/100.
2016-04-19 08:38:35 +01:00
Mike McQuaid 9256411b17 .travis.yml: Xcode 7.3, one OS X version, cleanup. (#243) 2016-04-12 11:26:20 +01:00
Xu Cheng 8e26104d4c travis: fix tap content relocation
* remove existed tap to prevent old content interference.
* make directory to make rsync happy.
2016-04-02 23:20:30 +08:00
Xu Cheng 4c0baebdcf travis: use TRAVIS_REPO_SLUG instead of hard coding tap name 2016-04-02 23:09:26 +08:00
Xu Cheng 93f1b8ba74 add .travis 2016-04-02 23:05:42 +08:00