Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Install sh in travis.yml. Disable OS X for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Jan 5, 2016
1 parent 53f73c0 commit d5f2d6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ compiler:

os:
- linux
- osx

# - osx

addons:
apt:
Expand All @@ -16,6 +17,10 @@ addons:
- flex #needed for thrift cpp compilation
- pkg-config #needed for thrift cpp compilation

# command to install dependencies
install:
- pip install sh

before_install:
- ./build-support/travis-setup.sh

Expand Down
1 change: 0 additions & 1 deletion build-support/travis-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

if [ "$TRAVIS_OS_NAME" = "linux" ]; then
export NATIVE_TOOLCHAIN=`pwd`/toolchain
pip install sh
./build-support/linux-toolchain.py
fi

Expand Down

0 comments on commit d5f2d6f

Please sign in to comment.