Skip to content

Commit

Permalink
Merge pull request #96 from wagnert/1.1
Browse files Browse the repository at this point in the history
Update Travis-CI configuration
  • Loading branch information
wagnert committed Oct 11, 2018
2 parents 7f7748b + b557117 commit de7d98a
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 8 deletions.
31 changes: 25 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,32 @@
language: php
os: osx

osx_image: xcode6.4

env:
global:
- BUILD_NUMBER=${TRAVIS_BUILD_NUMBER}

before_install:
- wget https://scrutinizer-ci.com/ocular.phar

- brew update
- brew install ant

script:
- sudo chown $USER /opt
- ant build
- php ocular.phar code-coverage:upload --format=php-clover $TRAVIS_BUILD_DIR/target/reports/unit/clover.xml
- ant dependencies-init
- ant local-build -Dos.family=mac

deploy:
provider: releases
api_key:
secure: lgqc8VZI7GcenyFh3udW67a9FGXfR4GUoaOV77nl17JB3+8CMpXmFozCECaXZFe6Bek9kr7wzIy68LJvR/GoIoFMmEiHRAzuE8+0eg7gpN0D+N/IlEUWU7AyKdL+7Ad1GrpQuulJIJNPgBkzcbVhKQnq5kFYog+SEFyl4s0aVF4=
file_glob: true
file: "build/*"
skip_cleanup: true
on:
tags: true
branch: '1.1'
repo: appserver-io-php/runtime

notifications:
email: tw@techdivision.com
hipchat: 95d47a72c5372d4a0fef20048c3200@Appserver
hipchat: 95d47a72c5372d4a0fef20048c3200@Appserver
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Version 1.1.10

## Bugfixes

* None

## Features

* Switch to Travis-CI build process
* Switch to PHP 5.6.38

# Version 1.1.9

## Bugfixes

* None

## Features

* Switch to PHP 5.6.35

# Version 1.1.8

## Bugfixes
Expand Down
4 changes: 2 additions & 2 deletions build.default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#--------------------------------------------------------------------------------

# ---- Module Release Settings --------------------------------------------------
release.version = 1.1.9
release.version = 1.1.10

# ---- Default Operating System -------------------------------------------------
os.family = linux
Expand All @@ -28,7 +28,7 @@ build.number = ${env.BUILD_NUMBER}

# ---- ApplicationServer Compile Settings ---------------------------------------
runtime.php.major-version = 5.6
runtime.php.version = ${runtime.php.major-version}.35
runtime.php.version = ${runtime.php.major-version}.38
runtime.php.run-tests = false
runtime.ext-appserver.version = 1.0.1
runtime.pthreads.version = 2.0.10
Expand Down
Binary file not shown.
Binary file renamed lib/php-5.6.35.tar.gz → lib/php-5.6.38.tar.gz
Binary file not shown.

0 comments on commit de7d98a

Please sign in to comment.