Skip to content

Commit 21f4937

Browse files
committed
fix osxkeychain ci
Signed-off-by: Nassim 'Nass' Eddequiouaq <[email protected]>
1 parent 19b711c commit 21f4937

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
email: false
1111
go:
1212
- 1.8
13+
before_install:
14+
# work-around for issue https://github.com/travis-ci/travis-ci/issues/6307
15+
# might not be necessary in the future
16+
- command curl -sSL https://rvm.io/mpapis.asc | gpg --import -
17+
- rvm get stable
1318
install: make deps
1419
addons:
1520
apt:

0 commit comments

Comments
 (0)