Skip to content

Commit 40b02c7

Browse files
committed
Only install packages on ubuntu
CI is a *huge* pain.
1 parent d57a3ec commit 40b02c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ before_install:
1919
if [ $TRAVIS_OS_NAME == "linux" ]; then
2020
export DISPLAY=':99.0'
2121
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
22+
sudo apt-get update
23+
sudo apt-get -y install libsecret-1-dev
2224
fi
23-
- sudo apt-get update
24-
- sudo apt-get -y install libsecret-1-dev
2525
install:
2626
- npm ci
2727
- npm run vscode:prepublish

0 commit comments

Comments
 (0)