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:
+2
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user