Skip to content

Commit

Permalink
Merge pull request #16 from hkdobrev/composer-test
Browse files Browse the repository at this point in the history
Use composer test script to run tests
  • Loading branch information
ThePixelDeveloper committed Jan 7, 2016
2 parents 8782d62 + 1f93f2c commit c511b9b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ php:
before_script:
- composer install

script: vendor/bin/phpspec run
script: composer test
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
"psr-4": {
"Thepixeldeveloper\\Sitemap\\": "src/"
}
},
"scripts": {
"test": "phpspec run"
}
}
57 changes: 30 additions & 27 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c511b9b

Please sign in to comment.