Skip to content

Commit

Permalink
Fix Travis link
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Mar 21, 2017
1 parent 75ec60a commit e74206c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ matrix:
sudo: required
env: R_CODECOV=true
- os: osx
osx_image: xcode8.1
osx_image: xcode8.2
brew_packages: zeromq
latex: false
- os: osx
osx_image: xcode8.1
osx_image: xcode8
disable_homebrew: true
latex: false
- os: osx
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## rzmq
[![Build Status](https://travis-ci.org/armstrtw/rzmq.svg)](https://travis-ci.org/armstrtw/rzmq)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/armstrtw/rzmq?branch=master&svg=true)](https://ci.appveyor.com/project/armstrtw/rzmq)
[![Build Status](https://travis-ci.org/ropensci/rzmq.svg)](https://travis-ci.org/ropensci/rzmq)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/jeroen/rzmq?branch=master&svg=true)](https://ci.appveyor.com/project/jeroen/rzmq)
[![Package-License](http://img.shields.io/badge/license-GPL--3-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-3.0.html) [![CRAN](http://www.r-pkg.org/badges/version/rzmq)](https://cran.r-project.org/package=rzmq) [![Downloads](http://cranlogs.r-pkg.org/badges/rzmq?color=brightgreen)](http://www.r-pkg.org/pkg/rzmq)

### Purpose
Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
if [ $(command -v brew) ]; then
BREWDIR=$(brew --prefix)
else
curl -sfL "https://jeroen.github.io/autobrew/$PKG_BREW_NAME" > $TMPDIR/autobrew
source $TMPDIR/autobrew
curl -sfL "https://jeroen.github.io/autobrew/$PKG_BREW_NAME" > autobrew
source autobrew
fi
PKG_CFLAGS="-I$BREWDIR/opt/$PKG_BREW_NAME/include"
PKG_LIBS="-L$BREWDIR/opt/$PKG_BREW_NAME/lib $PKG_LIBS"
Expand Down

0 comments on commit e74206c

Please sign in to comment.