mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-13 16:01:28 +05:30
Fix yarn complaint in travisci
Signed-off-by: Nassim 'Nass' Eddequiouaq <eddequiouaq.nassim@gmail.com>
This commit is contained in:
+1
-1
@@ -15,13 +15,13 @@
|
|||||||
# might not be necessary in the future
|
# might not be necessary in the future
|
||||||
- command curl -sSL https://rvm.io/mpapis.asc | gpg --import -
|
- command curl -sSL https://rvm.io/mpapis.asc | gpg --import -
|
||||||
- rvm get stable
|
- rvm get stable
|
||||||
install: make deps
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- libsecret-1-dev
|
- libsecret-1-dev
|
||||||
- pass
|
- pass
|
||||||
before_script:
|
before_script:
|
||||||
|
- make deps
|
||||||
- "export DISPLAY=:99.0"
|
- "export DISPLAY=:99.0"
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh ci/before_script_linux.sh; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh ci/before_script_linux.sh; fi
|
||||||
- make validate
|
- make validate
|
||||||
|
|||||||
Reference in New Issue
Block a user