Skip to content

Commit

Permalink
Only install packages on ubuntu
Browse files Browse the repository at this point in the history
CI is a *huge* pain.
  • Loading branch information
alanz committed May 5, 2020
1 parent d57a3ec commit 40b02c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ before_install:
if [ $TRAVIS_OS_NAME == "linux" ]; then
export DISPLAY=':99.0'
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
sudo apt-get update
sudo apt-get -y install libsecret-1-dev
fi
- sudo apt-get update
- sudo apt-get -y install libsecret-1-dev
install:
- npm ci
- npm run vscode:prepublish
Expand Down

0 comments on commit 40b02c7

Please sign in to comment.