Skip to content

Tags: pmsto/travis-build

Tags

v10.0.0

Toggle v10.0.0's commit message
so much has changed

v2.0.0

Toggle v2.0.0's commit message
The new and improved Travis Build which now just compiles a script, g…

…ood times!

v1.0.0

Toggle v1.0.0's commit message
Travis Build using net-ssh-shell and old school timeouts

v0.7.0

Toggle v0.7.0's commit message
Initial version of the Haskell builder

v0.6.0

Toggle v0.6.0's commit message
Remove dead code

v0.5.0

Toggle v0.5.0's commit message
Use 5.3 as the default php version instead of 5.3.8, exact points ver…

…sions change over time

v0.4.1

Toggle v0.4.1's commit message
Revert "Clone git repository with `--recursively`"

This reverts commit 9b15ea3.

We cannot do this for git clone because we *then* do git checkout
to a specific commit and submodules are left unupdated. So this has to be
added as a separate git submodule update --init command that happens after git
checkout.

v0.4.0

Toggle v0.4.0's commit message
Clone git repository with `--recursively`

Not doing so results in submodules not being checked out.

v0.3.0

Toggle v0.3.0's commit message
Merge branch 'prefer_gradle'

v0.2.0

Toggle v0.2.0's commit message
Export TRAVIS_PHP_VERSION