Daniel Rudolf
c9387610f3
Auto-generate phpDoc when committing to master
10 years ago
Daniel Rudolf
4ddde6b9fb
Travis: Deploy on every repo, forks usually don't setup Travis
10 years ago
Daniel Rudolf
d503cea954
Travis: Don't test vendor PHP files
10 years ago
Daniel Rudolf
b198ad48c6
Travis: Allow PHP nightly builds to fail
10 years ago
Daniel Rudolf
2982f5deb9
Optimize composer autoloader before deploying
...
This converts PSR-0/PSR-4 autoloading to classmap to get a faster autoloader (up to 20% performance increase)
10 years ago
Daniel Rudolf
7f4ad75245
Refactor phpDoc auto-deployment
10 years ago
theshka
04f7140347
update .travis.yml for auto-docs
10 years ago
theshka
7f910e913f
update auto-docs files
...
* [Changed] move everything inside /build/ directory
Implement @PhrozenByte 's suggestions.
* [Changed] don't change directories, pass the paths
* [Removed] unnecessary `composer install`, travis-ci runs this already
* [Removed] unnecessary `composer self-update` command
* [Removed] unnecessary php version check on script
10 years ago
theshka
f062640bb1
test auto docs
10 years ago
Daniel Rudolf
2d6859af60
Update .travis.yml
10 years ago
Daniel Rudolf
b5d54d05c4
Update .travis.yml: Name release archives "pico-release-$TRAVIS_TAG.tar.gz"
...
Should make it easier for a ordinary user to distinct source code and release 😃
10 years ago
Daniel Rudolf
f1fc4c979e
Revert commit a068850
...
According to travis-ci/travis-ci#2111 and some own testing, it isn't possible to combine branch whitelists with tag-based auto deployment. Unfortunately it is necessary to whitelist the gh-pages branch, because Travis implicitly blacklists it.
10 years ago
Daniel Rudolf
a068850578
Update .travis.yml
...
Let Travis build branches master and gh-pages only
10 years ago
Daniel Rudolf
43f9590d5e
Update .travis.yml
...
Use Travis container-based infrastructure
10 years ago
Daniel Rudolf
360e7ab91f
Update .travis.yml
...
Use $TRAVIS_TAG for the "binary" filename
10 years ago
Daniel Rudolf
efcbbb8ce0
Update .travis.yml
...
Build on picocms/Pico only
10 years ago
Daniel Rudolf
d3a1308556
Update .travis.yml
...
Just adding some features inspired by other projects using Travis, e.g. a simple PHP syntax checker with various PHP versions. A short peak into @dav-m85 link leads me to think that running composer and creating the archive should be done with before_deploy rather than script.
10 years ago
David "Paztek" Moreau
3e0161b51a
Create .travis.yml
10 years ago