Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Commit

Permalink
only build on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Jul 25, 2018
1 parent 13fa759 commit 6e53e9b
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 @@ -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
Expand All @@ -18,4 +18,4 @@ matrix:
install:
- npm install
script:
- npm run dist:mac
- npm run build

0 comments on commit 6e53e9b

Please sign in to comment.