Skip to content

Commit ada55e1

Browse files
committed
wip add explicit homebrew command for libsodium
1 parent 178ea96 commit ada55e1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,9 @@ branches:
2222
- master
2323
- /^\d+\.\d+\.\d+(\.\d+)?$/
2424

25-
addons:
26-
homebrew:
27-
packages:
28-
- libsodium
29-
update: true
30-
3125
before_install:
26+
- arch -x86_64 /usr/local/bin/brew update
27+
- arch -x86_64 /usr/local/bin/brew install libsodium
3228
# Using compiler above sets CC to an invalid value, so unset it
3329
- unset CC
3430
- CABALARGS=""

0 commit comments

Comments
 (0)