Skip to content

Commit

Permalink
Configuring travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bissolli committed May 6, 2017
1 parent a414d94 commit 88a2132
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ php:
- 5.6
- hhvm

script: build.sh
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction --dev

script: phpunit
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,19 @@
"require": {
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-4": {
"Bissolli\\ValidadorCpfCnpj\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Bissolli\\ValidadorCpfCnpj\\Tests\\": "tests/"
}
},
"branch-alias": {
"dev-master": "1.0"
}
Expand Down

0 comments on commit 88a2132

Please sign in to comment.