Skip to content

Commit 7c4a49d

Browse files
committed
Version in phar file
1 parent f980da0 commit 7c4a49d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ deploy:
4949
on:
5050
tags: true
5151
overwrite: true
52-
skip_cleanup: true
52+
cleanup: false

jbzoo-mock-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if (!class_exists(Server::class)) {
3434
#define('MOCK_SERVER_IN_DOCKER', Env::bool('MOCK_SERVER_IN_DOCKER'));
3535
#putenv('AMP_LOOP_DRIVER=' . NativeDriver::class);
3636

37-
$application = new Application();
37+
$application = new Application('JBZoo/Mock-Server', '@git-version@');
3838
$application->add(new StartCommand());
3939
$application->setDefaultCommand('start');
4040
$application->run();

0 commit comments

Comments
 (0)