Skip to content

Commit

Permalink
minor #26 Added the travis config (stof)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.0.x-dev branch.

Discussion
----------

Added the travis config

As Fabien enabled Travis on the repo, we need the config file to run a PHP build rather than a Ruby one

Commits
-------

26363be Added the travis config
  • Loading branch information
lyrixx committed Aug 22, 2014
2 parents 48cf823 + 26363be commit 79b16bb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: php

php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

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

branches:
only:
- master

0 comments on commit 79b16bb

Please sign in to comment.