forked from Homebrew/homebrew-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
37 lines (33 loc) · 952 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
language: c
os: linux
compiler: gcc
sudo: false
deploy:
local-dir: json_test
repo: Homebrew/json_test
target-branch: master
verbose: true
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: true
on:
all_branches: true
before_install:
- HOMEBREW_REPOSITORY="$HOME/Homebrew"
- export PATH="$HOMEBREW_REPOSITORY/bin:$PATH"
# umask 022 fixes Linux `brew tests` failures
- umask 022
- chmod 644 Formula/*.rb
- rm -rf $HOMEBREW_REPOSITORY
- travis_retry git clone --depth=1 https://github.com/Homebrew/brew "$HOMEBREW_REPOSITORY"
- HOMEBREW_TAP_DIR="$(brew --repo "$TRAVIS_REPO_SLUG")"
- mkdir -p "$HOMEBREW_TAP_DIR"
- rm -rf "$HOMEBREW_TAP_DIR"
- ln -s "$PWD" "$HOMEBREW_TAP_DIR"
# trigger vendored ruby installation
- brew help
before_script:
- travis_retry git clone https://[email protected]/homebrew/json_test
script:
- cd json_test && brew ruby script/generate.rb