Skip to content

Commit

Permalink
Deleted unnecessary migration file, routes file and abstract class. D…
Browse files Browse the repository at this point in the history
…ocumentation and simplifying the code. Stable version to get and send simple emails without attachments.
  • Loading branch information
dacastro4 committed Feb 5, 2018
1 parent 2d3dcc6 commit 9dbdcf3
Show file tree
Hide file tree
Showing 22 changed files with 954 additions and 415 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
@@ -0,0 +1,21 @@
language: php

php:
- 5.6
- 7.0

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

script:
# - mkdir -p build/logs
# - php vendor/bin/phpunit -c phpunit.xml.dist
# - phpunit --coverage-text --coverage-clover=coverage.clover
# - phpunit --coverage-clover build/logs/clover.xml

after_script:
# - wget https://scrutinizer-ci.com/ocular.phar
# - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
# - travis_retry php vendor/bin/coveralls -v

notifications:
# slack: red-creek:5lI8ybvl6YTcCNPosh4TE13h
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": ">=7.0",
"php": ">=5.6",
"google/apiclient": "^2.0",
"illuminate/auth": "~5.0|~5.1|~5.2|~5.3",
"illuminate/config": "~5.0|~5.1|~5.2|~5.3",
Expand All @@ -34,7 +34,7 @@
},
"autoload": {
"psr-4": {
"App\\": "app/"
"Dacastro4\\LaravelGmail\\": "src/"
}
},
"autoload-dev": {
Expand Down

0 comments on commit 9dbdcf3

Please sign in to comment.