only build on travis

This commit is contained in:
Kyle Spearrin 2018-07-25 11:25:37 -04:00
parent 13fa759c6c
commit 6e53e9b441
1 changed files with 2 additions and 2 deletions

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