Skip to content

Commit

Permalink
removed TravisCI Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 1, 2021
1 parent d43bcb4 commit 3ae0b8b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ language: node_js
node_js:
- '11.6.0'

# Always run two parallel builds: one on mac and one on linux
# the linux build will use wine to be able to build windows and
# linux apps
matrix:
include:
- os: osx
Expand All @@ -16,12 +13,6 @@ matrix:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder

- os: linux
dist: xenial
sudo: required
services: docker
language: generic

notifications:
email: false

Expand All @@ -46,12 +37,6 @@ before_script:
# on PRs and merges to master and prod run tests and build the app
script:
- |
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
apt-get update
sudo apt-get install libasound2 libasound2-dev
nvm install 11.6.0
nvm use nvm 11.6.0
fi
npm install -g node-gyp
npm install
npm install --save-dev electron-rebuild
Expand Down

0 comments on commit 3ae0b8b

Please sign in to comment.