phpfu / puphpet-installer

Provides a composer custom installer that works with `loadsys/puphpet-release` to add a PuPHPet.com vagrant box to a project via composer.
MIT License
2 stars 1 forks source link

Fix travis errors on "tag" builds. #12

Closed beporter closed 9 years ago

beporter commented 9 years ago

The bash script that executes the tests for this package (tests/integration/simulate-composer-install.sh) has to do some "unique" detection to figure out what commit/branch/pull/tag is being built by Travis. This detection is clearly a little off for "tag" builds. For example, the recent failure for 0.0.5: https://travis-ci.org/loadsys/puphpet-release-composer-installer/builds/59445399

The test script needs to be updated to resolve this.