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

Commit

Permalink
Adds Travis CI configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
evertton committed Mar 18, 2015
1 parent 6a97ca0 commit b4bb8ac
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6

env:
- RUN=vendor/bin/phing

script: ${RUN}

before_script:
- composer selfupdate
- composer --version
- composer install --prefer-dist --verbose
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
},
"require-dev":
{
"phing/phing": "2.*"
"phing/phing": "2.*",
"squizlabs/php_codesniffer": "*"
},
"extra":
{
Expand Down

0 comments on commit b4bb8ac

Please sign in to comment.