Skip to content

Commit

Permalink
0.6.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kumalg committed May 28, 2018
1 parent 2b3ee4a commit 3180b31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
osx_image: xcode8.3
sudo: required
dist: trusty
language: c
language: node_js
node_js:
- "8.10.0"
matrix:
include:
- os: osx
Expand All @@ -22,6 +24,7 @@ addons:
- icnsutils
#- xvfb
before_install:
- npm install yarn
- mkdir -p /tmp/git-lfs && curl -L https://github.com/github/git-lfs/releases/download/v1.2.1/git-lfs-$([
"$TRAVIS_OS_NAME" == "linux" ] && echo "linux" || echo "darwin")-amd64-1.2.1.tar.gz
| tar -xz -C /tmp/git-lfs --strip-components 1 && /tmp/git-lfs/git-lfs pull
Expand All @@ -33,11 +36,11 @@ install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- source ~/.bashrc
- npm install -g xvfb-maybe
- yarn
script:
#- xvfb-maybe node_modules/.bin/karma start test/unit/karma.conf.js
#- yarn run pack && xvfb-maybe node_modules/.bin/mocha test/e2e
- yarn run build
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then npm run ship; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then npm run ship -- --mac --win; fi
branches:
only:
- master
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "testownik-electron",
"productName": "Testownik",
"version": "0.5.0",
"version": "0.6.5",
"author": "Kamil Golec <[email protected]>",
"description": "An electron-vue project",
"license": null,
Expand Down Expand Up @@ -70,7 +70,6 @@
"@fortawesome/vue-fontawesome": "0.0.22",
"axios": "^0.16.1",
"electron-settings": "^3.1.4",
"electron-titlebar-windows": "^3.0.0",
"electron-updater": "^2.21.10",
"moment": "^2.22.1",
"node-sass": "^4.8.3",
Expand Down

0 comments on commit 3180b31

Please sign in to comment.