Skip to content

Commit d2ab9ef

Browse files
committed
update travis build
1 parent 5ae1714 commit d2ab9ef

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- "node"
4+
- "lts/*"
55
before_script:
66
- npm install -g bower
77
- bower install

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
154154

155155
| Date | Version | Description |
156156
| ----------- | ------- | ----------- |
157-
| 2017-11-06 | v1.2.25 | Maintenance |
157+
| 2017-11-07 | v1.2.26 | Maintenance |
158158
| 2017-08-25 | v1.2.24 | Document support of service worker web notifications |
159159
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
160160
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-web-notification",
3-
"version": "1.2.25",
3+
"version": "1.2.26",
44
"description": "AngularJS service for displaying web notifications.",
55
"authors": [
66
"Sagie Gur-Ari <[email protected]>"

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Date | Version | Description |
22
| ----------- | ------- | ----------- |
3-
| 2017-11-06 | v1.2.25 | Maintenance |
3+
| 2017-11-07 | v1.2.26 | Maintenance |
44
| 2017-08-25 | v1.2.24 | Document support of service worker web notifications |
55
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
66
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-web-notification",
3-
"version": "1.2.25",
3+
"version": "1.2.26",
44
"description": "AngularJS service for displaying web notifications.",
55
"author": {
66
"name": "Sagie Gur-Ari",

0 commit comments

Comments
 (0)