Skip to content

Commit

Permalink
v6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sidneys committed Nov 14, 2017
1 parent b928876 commit 22c0ebd
Show file tree
Hide file tree
Showing 15 changed files with 1,691 additions and 1,629 deletions.
3 changes: 1 addition & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ init:

install:
- cmd: echo 🔧 Setting up Node
- ps: Install-Product node 8
- ps: Install-Product node 9
- cmd: npm --global update npm
- cmd: npm --global install yarn

Expand All @@ -38,7 +38,6 @@ deploy_script:

artifacts:
- path: build\output\*.exe
- path: build\output\*.yml

notifications:
- provider: Webhook
Expand Down
1 change: 0 additions & 1 deletion .deblist
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
linuxmint/sarah
linuxmint/sonya
linuxmint/serena
elementaryos/luna
elementaryos/freya
debian/jessie
debian/stretch
Expand Down
12 changes: 6 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

[*.yml]
[.eslintrc]
indent_size = 2

[.eslintrc]
[*.json]
indent_size = 2

[package.json]
[*.md]
trim_trailing_whitespace = false

[*.yml]
indent_size = 2
6 changes: 0 additions & 6 deletions .rpmlist
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
el/5
el/6
el/7
fedora/24
fedora/25
fedora/26
opensuse/42.1
opensuse/42.2
opensuse/42.3
12 changes: 1 addition & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
matrix:
include:
- os: osx
osx_image: xcode9.1
sudo: required
- os: linux
sudo: required
dist: trusty
Expand Down Expand Up @@ -33,15 +30,11 @@ addons:

before_install:
- echo "🚦 Authorizing Build"
- if [[ "${OSTYPE}" == "darwin"* ]] && [[ "${DEPLOY_MACOS}" == 0 ]]; then travis_terminate 0; fi
- if [[ "${OSTYPE}" == "linux"* ]] && [[ "${DEPLOY_LINUX}" == 0 ]]; then travis_terminate 0; fi
- echo "🔧 Setting up Node"
- curl -o- https://raw.githubusercontent.com/creationix/nvm/master/install.sh | NVM_DIR="${HOME}"/.nvm sh
- source "${HOME}"/.nvm/nvm.sh && nvm install 8.5.0 && nvm use 8.5.0
- source "${HOME}"/.nvm/nvm.sh && nvm install 9.1.0 && nvm use 9.1.0
- npm --global update npm
- npm --global install yarn
- echo "🔧 Setting up RubyGems"
- gem install package_cloud

install:
- echo "📥 Installing Dependencies"
Expand All @@ -54,9 +47,6 @@ script:
after_success:
- echo "📮 Deploying to Github"
- npm run deploy
- echo "📮 Deploying to PackageCloud"
- cat .deblist | while read LINUX_DISTRIBUTION_SLUG; do package_cloud push "${TRAVIS_REPO_SLUG}/${LINUX_DISTRIBUTION_SLUG}" ./build/output/*.deb; done
- cat .rpmlist | while read LINUX_DISTRIBUTION_SLUG; do package_cloud push "${TRAVIS_REPO_SLUG}/${LINUX_DISTRIBUTION_SLUG}" ./build/output/*.rpm; done

notifications:
webhooks:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PB for Desktop [![travis](http://img.shields.io/travis/sidneys/pb-for-desktop.svg?style=flat-square)](http://travis-ci.org/sidneys/pb-for-desktop) [![appveyor](https://ci.appveyor.com/api/projects/status/g89n15qx2a88npgb?svg=true)](https://ci.appveyor.com/project/sidneys/pb-for-desktop) [![npm](https://img.shields.io/npm/v/pb-for-desktop.svg?style=flat-square)](https://npmjs.com/package/pb-for-desktop)
# PB for Desktop [![travis](https://travis-ci.org/sidneys/pb-for-desktop.svg?branch=master)](http://travis-ci.org/sidneys/pb-for-desktop) [![appveyor](https://ci.appveyor.com/api/projects/status/25mhkye21umnbd79?svg=true)](https://ci.appveyor.com/project/sidneys/pb-for-desktop) [![npm](https://img.shields.io/npm/v/pb-for-desktop.svg?style=flat-square)](https://npmjs.com/package/pb-for-desktop)

<p align="center">
<b>PB for Desktop</b> is a <b>lightweight</b> open-source <b>Desktop app</b> for <b><a href="https://pushbullet.com/">PushBullet</a></b>.<br>
Expand Down
Loading

0 comments on commit 22c0ebd

Please sign in to comment.