Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
Repository maintenance.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Aug 15, 2013
1 parent f6454cd commit 195ad75
Show file tree
Hide file tree
Showing 7 changed files with 438 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .travis.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ewKl2xbeBchk84EnVg3cKeJ18MB19vKAi8tavCUQZScmb378hHpHUAxUiszQT/Tiy8McMx+spinvquWpLYnbdlMMhIMZb7zcHqjjazpzpTHnwo7SDEQO/quzYUZgrSNNKLM1nt+AX9wM+EaC8bsYfJy4BLZnrFHTcn7kDB7RYPk=
OoCwPczrLW9Batso5eOrbRpTAn/2VuNT/VHj70IORuuWX0pN9Fth5QrKLBREN8NqdUVeTRI25izQZuryHyANB8fH4Xt+p49Tnpd7Pwyv+CxD35cFl6S6a3X/cWw80vYNo1PVSzUnLf702PY06lYJzWQkJ5NfO/zDmNRiz5Rx/bA=
3 changes: 3 additions & 0 deletions .travis.install
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ if ($token = getenv('ARCHER_TOKEN')) {
'github.com' => $token
);
$composerFlags = '--prefer-dist';
passthru('curl -s -i -H "Authorization: token $ARCHER_TOKEN" https://api.github.com | grep "^X-RateLimit"');
} else {
$composerFlags = '--prefer-source';
}
Expand All @@ -27,6 +28,8 @@ if (!is_dir($dir)) {
}
file_put_contents($file, json_encode($config));

passthru('composer self-update --no-interaction');

$exitCode = 0;
passthru('composer install --dev --no-progress --no-interaction --ansi ' . $composerFlags, $exitCode);
exit($exitCode);
12 changes: 2 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,14 @@
#
language: php

php:
- 5.3
- 5.4
- 5.5
php: ["5.3", "5.4", "5.5"]

env:
global:
- ARCHER_PUBLISH_VERSION=5.4
- secure: "ewKl2xbeBchk84EnVg3cKeJ18MB19vKAi8tavCUQZScmb378hHpHUAxUiszQT/Tiy8McMx+spinvquWpLYnbdlMMhIMZb7zcHqjjazpzpTHnwo7SDEQO/quzYUZgrSNNKLM1nt+AX9wM+EaC8bsYfJy4BLZnrFHTcn7kDB7RYPk="
- secure: "OoCwPczrLW9Batso5eOrbRpTAn/2VuNT/VHj70IORuuWX0pN9Fth5QrKLBREN8NqdUVeTRI25izQZuryHyANB8fH4Xt+p49Tnpd7Pwyv+CxD35cFl6S6a3X/cWw80vYNo1PVSzUnLf702PY06lYJzWQkJ5NfO/zDmNRiz5Rx/bA="

install:
- ./.travis.install
script:
- ./vendor/bin/archer travis:build

matrix:
# PHP 5.5 is still in alpha, so ignore build failures.
allow_failures:
- php: 5.5
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Liftoff changelog

### 0.1.0
### 0.1.0 (unreleased)

* Initial implementation.
- **[NEW]** Initial implementation.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

[![Build Status]][Latest build]
[![Test Coverage]][Test coverage report]
[![Uses Semantic Versioning]][SemVer]

## Installation and documentation

Expand Down Expand Up @@ -55,10 +56,13 @@ application.
<!-- References -->

[API documentation]: http://lqnt.co/liftoff/artifacts/documentation/api/
[Build Status]: https://raw.github.com/eloquent/liftoff/gh-pages/artifacts/images/icecave/regular/build-status.png
[Composer]: http://getcomposer.org/
[eloquent/liftoff]: https://packagist.org/packages/eloquent/liftoff
[Executable phar]: http://lqnt.co/liftoff/liftoff
[Latest build]: http://travis-ci.org/eloquent/liftoff
[Test coverage report]: http://lqnt.co/liftoff/artifacts/tests/coverage/
[Test Coverage]: https://raw.github.com/eloquent/liftoff/gh-pages/artifacts/images/icecave/regular/coverage.png

[Build Status]: https://api.travis-ci.org/eloquent/liftoff.png?branch=master
[Latest build]: https://travis-ci.org/eloquent/liftoff
[SemVer]: http://semver.org/
[Test coverage report]: https://coveralls.io/r/eloquent/liftoff
[Test Coverage]: https://coveralls.io/repos/eloquent/liftoff/badge.png?branch=master
[Uses Semantic Versioning]: http://b.repl.ca/v1/semver-yes-brightgreen.png
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"icecave/isolator": "~2"
},
"require-dev": {
"icecave/archer": "~0.4"
"icecave/archer": "1.0.0-alpha.2"
},
"autoload": {
"psr-0": {
Expand Down
Loading

0 comments on commit 195ad75

Please sign in to comment.