1
0
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:
Nassim 'Nass' Eddequiouaq
2018-06-27 12:13:18 +02:00
parent 21f4937ebc
commit 317219f3a6
+1 -1
View File
@@ -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