Skip to content

Commit

Permalink
Release 1.2.3 for API 3 & fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
robske110 committed Aug 14, 2018
1 parent b080495 commit 206bf74
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ before_script:
- cd ..
- echo "extension=pthreads.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- echo | pecl install channel://pecl.php.net/yaml-2.0.2
- git clone --recursive https://github.com/pmmp/PocketMine-MP.git --depth=1
- git clone --recursive --branch release/3.1 https://github.com/pmmp/PocketMine-MP.git --depth=1
- cd PocketMine-MP
- composer install
- mkdir plugins
- cd plugins
- wget -O DevTools.phar https://jenkins.pmmp.io/job/PocketMine-MP/lastSuccessfulBuild/artifact/DevTools.phar
- wget -O DevTools.phar https://jenkins.pmmp.io/job/PocketMine-MP/Alpha/artifact/DevTools.phar
- cd /home/travis/build/robske110/BanWarn/
- cp -rf Travis.php PocketMine-MP/
- cp -rf English/ PocketMine-MP/plugins/
Expand Down
4 changes: 2 additions & 2 deletions English/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: BanWarn
api: [3.0.0-ALPHA7, 3.0.0-ALPHA8, 3.0.0-ALPHA9, 3.0.0-ALPHA10, 3.0.0-ALPHA11]
version: 1.2.2
api: [3.0.0]
version: 1.2.3
load: POSTWORLD
main: robske_110\BanWarn\Main
author: robske_110
Expand Down
4 changes: 2 additions & 2 deletions German/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: BanWarn
api: [3.0.0-ALPHA7, 3.0.0-ALPHA8, 3.0.0-ALPHA9, 3.0.0-ALPHA10, 3.0.0-ALPHA11]
version: 1.2.2
api: [3.0.0]
version: 1.2.3
load: POSTWORLD
main: robske_110\BanWarn\Main
author: robske_110
Expand Down
Binary file added Releases/1.2.X/BanWarn_v1.2.3_deu.phar
Binary file not shown.
Binary file added Releases/1.2.X/BanWarn_v1.2.3_eng.phar
Binary file not shown.
4 changes: 3 additions & 1 deletion Releases/Information.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
All Releases will be posted here
All Releases will be in this folder

Below you can get information about specific alphas/betas in regard to their stability.

Version 1.2.0-InDev_alpha5 is not stable! [In the /1.2.X/AlPHAS:BETAS/ folder] For users, wich used this version it is highly recommened to upgrade to alpha7 or beta versions

Expand Down
2 changes: 1 addition & 1 deletion Travis.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$server = proc_open(PHP_BINARY . " src/pocketmine/PocketMine.php --no-wizard --disable-readline", [
$server = proc_open(PHP_BINARY . " src/pocketmine/PocketMine.php --no-wizard --disable-readline --settings.enable-dev-builds=true", [
0 => ["pipe", "r"],
1 => ["pipe", "w"],
2 => ["pipe", "w"]
Expand Down

0 comments on commit 206bf74

Please sign in to comment.