Skip to content

Commit 2d03ce8

Browse files
stephengroatd99kris
authored andcommitted
use travis homebrew addon (#4)
1 parent 6250f03 commit 2d03ce8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ os:
88
- linux
99
- osx
1010

11-
install:
12-
- if [ $TRAVIS_OS_NAME = osx ]; then brew update && brew bundle; fi
11+
addons:
12+
homebrew:
13+
update: true
14+
brewfile: true
1315

1416
script:
1517
- mkdir -p build

0 commit comments

Comments
 (0)