Skip to content

Commit

Permalink
Travis adjusted how homebrew works
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-lindquist committed Dec 3, 2019
1 parent 7681fe2 commit 3844dde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ sudo: false
#from https://github.com/roswell/roswell/wiki/Travis-CI

addons:
homebrew:
packages:
- roswell
apt:
packages:
- libc6-i386
Expand Down
3 changes: 3 additions & 0 deletions config-examples/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: common-lisp
sudo: false

addons:
homebrew:
packages:
- roswell
apt:
packages:
- libc6-i386 # needed for a couple implementations
Expand Down

0 comments on commit 3844dde

Please sign in to comment.