Skip to content

Commit

Permalink
Drop unneeded dependencies on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Apr 8, 2020
1 parent d8b24a0 commit 917dc30
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,17 @@ matrix:
node_js: '12'

- os: linux
dist: bionic
sudo: true
language: node_js
node_js: '12'
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libx11-dev
- zlib1g-dev
- libpng12-dev
- libpng-dev
- libxtst-dev
- g++-4.8
- gcc-4.8

before_script:
- | # Fix chrome-sandbox: https://github.com/electron/electron/issues/17972
Expand Down

0 comments on commit 917dc30

Please sign in to comment.