1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-24 10:14:52 +02:00

only build on travis

This commit is contained in:
Kyle Spearrin 2018-07-25 11:25:37 -04:00
parent 13fa759c6c
commit 6e53e9b441

View File

@ -9,7 +9,7 @@ matrix:
- sudo apt-get install pkg-config libxss-dev libsecret-1-dev rpm
- npm install
script:
- npm run dist:lin
- npm run build
- os: osx
osx_image: xcode9.2
@ -18,4 +18,4 @@ matrix:
install:
- npm install
script:
- npm run dist:mac
- npm run build