Skip to content

Commit

Permalink
Start automated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Nov 13, 2014
1 parent 63abccc commit 02fa5d2
Show file tree
Hide file tree
Showing 8 changed files with 794 additions and 22 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: php
php:
- 5.6
- 5.5
- 5.4
install:
- composer install --no-dev
3 changes: 3 additions & 0 deletions composer.json
Expand Up @@ -16,6 +16,9 @@
"CommerceGuys\\Platform\\Cli\\": "src"
}
},
"require-dev": {
"phpunit/phpunit": "4.3.*"
},
"authors": [
{
"name": "Bojan Zivanovic"
Expand Down

0 comments on commit 02fa5d2

Please sign in to comment.