Skip to content

Commit 317219f

Browse files
committed
Fix yarn complaint in travisci
Signed-off-by: Nassim 'Nass' Eddequiouaq <[email protected]>
1 parent 21f4937 commit 317219f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
# might not be necessary in the future
1616
- command curl -sSL https://rvm.io/mpapis.asc | gpg --import -
1717
- rvm get stable
18-
install: make deps
1918
addons:
2019
apt:
2120
packages:
2221
- libsecret-1-dev
2322
- pass
2423
before_script:
24+
- make deps
2525
- "export DISPLAY=:99.0"
2626
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh ci/before_script_linux.sh; fi
2727
- make validate

0 commit comments

Comments
 (0)