Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Commit

Permalink
TravisCI: Sync with core (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjackman committed Jan 15, 2018
1 parent 0ba4ff4 commit 421a9d8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby
rvm: system
os: linux
rvm: 2.0.0
sudo: required
dist: trusty

Expand Down Expand Up @@ -82,19 +82,18 @@ before_install:
- git clone --depth=1 https://github.com/Linuxbrew/brew "$LINUXBREW/Homebrew"
- ln -s ../Homebrew/bin/brew /home/linuxbrew/.linuxbrew/bin/
- export PATH="$LINUXBREW/bin:$LINUXBREW/sbin:$PATH"
- export HOMEBREW_DEVELOPER=1
- export HOMEBREW_FORCE_VENDOR_RUBY=1
- export HOMEBREW_NO_AUTO_UPDATE=1
- HOMEBREW_TAP_DIR="$(brew --repo "$TRAVIS_REPO_SLUG")"
- rm -rf "$HOMEBREW_TAP_DIR"
- mkdir -p "$(dirname "$HOMEBREW_TAP_DIR")"
- ln -s "$PWD" "$HOMEBREW_TAP_DIR"
# Fix error: Incorrect file permissions (664)
- chmod 0644 Formula/*.rb
- umask 022
- export HOMEBREW_DEVELOPER=1
- export HOMEBREW_NO_AUTO_UPDATE=1
- export HOMEBREW_VERBOSE=1 HOMEBREW_VERBOSE_USING_DOTS=1
- env | grep TRAVIS | tee /tmp/travis.env
- ulimit -n 1024
- brew tap homebrew/science
- brew tap linuxbrew/xorg

script:
Expand Down

0 comments on commit 421a9d8

Please sign in to comment.