1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

install yarn on osx for travisci

Signed-off-by: Nassim 'Nass' Eddequiouaq <eddequiouaq.nassim@gmail.com>
This commit is contained in:
Nassim 'Nass' Eddequiouaq
2018-06-27 12:27:44 +02:00
parent 317219f3a6
commit 91fc39d57a
+2 -1
View File
@@ -3,13 +3,14 @@
sudo: required sudo: required
language: go language: go
dist: trusty dist: trusty
osx_image: xcode9
os: os:
- linux - linux
- osx - osx
notifications: notifications:
email: false email: false
go: go:
- 1.8 - 1.8.1
before_install: before_install:
# work-around for issue https://github.com/travis-ci/travis-ci/issues/6307 # work-around for issue https://github.com/travis-ci/travis-ci/issues/6307
# might not be necessary in the future # might not be necessary in the future