Skip to content

Commit

Permalink
Merge pull request #1 from laratrade/rename-package
Browse files Browse the repository at this point in the history
Rename package
  • Loading branch information
Evgenii Nasyrov authored May 15, 2018
2 parents d6c9aee + 9ced608 commit 43a1126
Show file tree
Hide file tree
Showing 13 changed files with 110 additions and 114 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 7.0
- 7.1
- 7.2

Expand All @@ -18,12 +17,8 @@ before_script:
- composer update --no-interaction --prefer-dist

script:
- composer lint
- composer phpunit-coverage
- composer test

after_script:
- |
if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' ]]; then
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
fi
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
Loading

0 comments on commit 43a1126

Please sign in to comment.