Skip to content

Commit

Permalink
Fix issue #554 Automatize the build and publishing process of release…
Browse files Browse the repository at this point in the history
…s with Travis CI

Signed-off-by: Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
  • Loading branch information
AlexandreBonneau committed Feb 24, 2018
1 parent 5fb2496 commit af24523
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Expand Up @@ -17,7 +17,3 @@ test/unit/coverage

# Config and settings directory from PhpStorm/WebStorm
.idea

# Floobits files
.floo
.flooignore
9 changes: 7 additions & 2 deletions .npmignore
@@ -1,3 +1,6 @@
# NPM Configuration
# cf. https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package

.DS_Store
node_modules/

Expand All @@ -20,8 +23,10 @@ test/unit/coverage
.idea

# Other files you do not want to upload when publishing to npmjs
.github/
config/
doc/Documentation.md
test/
tools/
.*
karma.conf.js
tests.webpack.js
yarn*
11 changes: 11 additions & 0 deletions .travis.yml
Expand Up @@ -28,3 +28,14 @@ notifications:
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always

deploy:
provider: npm
email: alexandre.bonneau@linuxfr.eu
api_key:
secure: IZ3JO7850ODqWNudRRDvn69hEPd+z4K31A9v6O0WYKgvUwiBSJkYL+/VZhoU90cEDeEMmw1GQy9RgLdCKqTOjDtKEwsTQ1s2EllWKGSYUXbfcwnrEXjQBkRaGQOaxyUP8Oe7vJa8JTcBvcn1NDITFmQRpaThFcXSLuuEXenejuSSedWNcDzVKJi846Wu4oGOhmwd0FKBOLhfa28y6gYv4AhDVj0HVBeXlH8jWRERaco0EwwnAa3BOAaSNJCkCrrI6L22d806C4bF5q9b7nGYOoErtBjAJluxvOcAFZPg/AikWeYuvpg3psl5dVKmZuISDYTBmeZbMXbhfu8iaYaBZL6AB8HP7FRLcJETkOQoOXccmVHHDEv5kldExYtWFJmC2CYrr+Gb8Vxb2s1CBH5vblhRgTLH6pSepEca78qSyg2mZ7Lw2KciYqjnxpxp7eFbAWzSy3EuJ/RnCcHzT2PR6MbH3WO01oJcq9vL/xFip/f2eXO+7SkyCiAZdRHcMYZQtVDeZZET93QXwcPz0EFHpCSs8rjCdGATxETbmotVW9qIkYtfvwBCF1wB2UYJZ/UoQBUAIgMvgw3pxhzxAwdpUf1J2gym8g1Uluqr0agKig1YbRUX4p1i+5j4cYU5Wa11HZZkrNjAqn9CmPckIy7Z623EEvByYjCXpdB3npV0H+s=
on:
tags: true
all_branches: true
repo: autoNumeric/autoNumeric
skip_cleanup: true
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
## Changelog for autoNumeric

### 4.1.1
+ Fix issue #554 Automatize the build and publishing process of releases with Travis CI

### 4.1.0
+ Release `v4.1.0`

Expand Down

0 comments on commit af24523

Please sign in to comment.