Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Jun 26, 2017
1 parent eb5fbd2 commit cc9cacc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ node_js:
- "8"
- "6"
- "4"
- "0.12"
- "0.10"
before_install:
- npm install -g npm@^3
- npm install -g npm@latest
before_script:
- chmod -R 777 ./project/build/integration
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ See [contributing guide](.github/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2017-06-14 | v1.0.43 | Maintenance |
| 2017-06-26 | v1.0.44 | Maintenance |
| 2017-02-07 | v1.0.25 | Ability to generate minified js code |
| 2017-01-13 | v1.0.24 | Maintenance |
| 2016-07-26 | v0.1.2 | Add integration test via docker |
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2017-06-14 | v1.0.43 | Maintenance |
| 2017-06-26 | v1.0.44 | Maintenance |
| 2017-02-07 | v1.0.25 | Ability to generate minified js code |
| 2017-01-13 | v1.0.24 | Maintenance |
| 2016-07-26 | v0.1.2 | Add integration test via docker |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-go-require",
"version": "1.0.43",
"version": "1.0.44",
"description": "Load Google GO files as any javascript modules under nodeJS runtime.",
"author": {
"name": "Sagie Gur-Ari",
Expand Down

0 comments on commit cc9cacc

Please sign in to comment.