Commit graph

11 commits

Author SHA1 Message Date
Mike McQuaid
1943f57faf travis.yml: update repository name. 2018-05-12 15:16:43 -04:00
Mike McQuaid
070e510946 .travis.yml: use script/generate.rb. 2018-05-09 08:50:30 -04:00
Mike McQuaid
18c3e86f7d travis.yml: generate brew info JSON.
Generate a `brew info` JSON output for use by GitHub Pages.
2018-05-08 19:39:13 -04:00
Mike McQuaid
dcb2782769 travis: remove from homebrew/core. (#5658)
This is no longer needed as homebrew/core is now build entirely using
Jenkins (including `master` builds which have results emailed to people)
2016-10-07 16:18:50 +01:00
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