Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
ready for 4.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico Fagnoni committed Jan 29, 2016
1 parent 06a475c commit 52f46ae
Show file tree
Hide file tree
Showing 33 changed files with 10,361 additions and 2,564 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ composer.phar
/.kitchen/
/.vagrant/
.settings
.project
phpunit.xml

# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
Expand Down
3 changes: 1 addition & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
filter:
excluded_paths:
- 'bin/*'
- 'public/*'
- 'tests/*'
- 'test/*'
Expand All @@ -17,7 +16,7 @@ build:
tests:
override:
-
command: 'vendor/bin/phpunit --coverage-clover=coverage.clover'
command: 'phpunit --coverage-clover=coverage.clover'
coverage:
file: 'coverage.clover'
format: 'php-clover'
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ php:
- 5.6
- hhvm

cache:
directories:
- vendor

before_script:
- composer install --dev --no-interaction --prefer-source

script:
- vendor/bin/phpunit --configuration phpunit.xml.dist

matrix:
allow_failures:
- php: hhvm
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [changelog

## [Unreleased]

## [4.0.3] - 2016-01-29
### Changed
- some project cleaning


## [4.0.2] - 2016-01-28
### Added
- vagrant support
Expand All @@ -25,6 +30,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [changelog
- Moved from google code
- Code, doc and tests completed

[Unreleased]: https://github.com/linkeddatacenter/BOTK-context/compare/4.0.2...HEAD
[Unreleased]: https://github.com/linkeddatacenter/BOTK-context/compare/4.0.3...HEAD
[4.0.3]: https://github.com/linkeddatacenter/BOTK-context/compare/4.0.2...4.0.3
[4.0.2]: https://github.com/linkeddatacenter/BOTK-context/compare/4.0.1...4.0.2
[4.0.1]: https://github.com/linkeddatacenter/BOTK-context/compare/4.0.0...4.0.1
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ composer update
Unit tests are performed through PHPUnit. To launch unit tests:

```shell
vendor/bin/phpunit --configuration phpunit.xml.dist --coverage-html test/unit/report
phpunit --coverage-html test/unit/report
```


Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@
],
"require": {
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "~4.4.0"
}
}
Loading

0 comments on commit 52f46ae

Please sign in to comment.