Skip to content

Commit

Permalink
build: skip sam related tests on macOS travis infrastructure
Browse files Browse the repository at this point in the history
Apparently plan9port is no longer included in homebrew:

Homebrew/homebrew-core#38394
  • Loading branch information
martanne committed Jul 3, 2019
1 parent 3ab03fa commit e136e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ before_install:
install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew update &&
brew install libtermkey lua luarocks tre plan9port &&
brew install libtermkey lua luarocks tre &&
luarocks install lpeg &&
luarocks install busted;
fi
Expand Down

0 comments on commit e136e34

Please sign in to comment.