Skip to content

Commit 8638073

Browse files
authored
Merge pull request #84 from humpbackdev/feature/updating-to-humpack-1.23
Updated version of humpback to 1.23
2 parents b5ecaa4 + 078a175 commit 8638073

File tree

5 files changed

+5499
-2327
lines changed

5 files changed

+5499
-2327
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ node_js:
33
- 8
44
- 7
55
- 6
6+
before_install:
7+
- npm install -g npm@latest
68
before_script:
79
- npm install -g yo
810
- npm install
@@ -13,7 +15,6 @@ before_script:
1315
- chmod +x $HOME/circleci
1416
before_deploy:
1517
- cd $TRAVIS_BUILD_DIR
16-
- npm install -g nsp
1718
- npm install
1819
script:
1920
- 'mkdir $HOME/humpbacktest && cd $HOME/humpbacktest'

generators/app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = class extends Generator {
4949

5050
writing() {
5151
var self = this;
52-
remote('humpbackdev', 'humpback', 'v1.22', function(err, extractPath) {
52+
remote('humpbackdev', 'humpback', 'v1.23', function(err, extractPath) {
5353
self.fs.copy(extractPath, self.destinationPath('./'));
5454
self.fs.copy(extractPath + '/.ahoy', self.destinationPath('.ahoy'));
5555
self.fs.copy(extractPath + '/.ahoy.yml', self.destinationPath('.ahoy.yml'));

generators/app/templates/_docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
- './mysql:/etc/mysql/conf.d'
3333

3434
php:
35-
image: kporras07/docker-php:v1.5
35+
image: kporras07/docker-php:v1.7
3636
environment:
3737
- PHP_POST_MAX_SIZE=${PHP_POST_MAX_SIZE}
3838
- PHP_UPLOAD_MAX_FILESIZE=${PHP_UPLOAD_MAX_FILESIZE}

0 commit comments

Comments
 (0)