Skip to content

Commit

Permalink
DevKit updates (#5900)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Feb 17, 2020
1 parent d516656 commit 2b78b8b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
13 changes: 10 additions & 3 deletions .gitignore
@@ -1,9 +1,15 @@
/build
/vendor
/docs/_build/*
# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.

/build/
/vendor/
.php_cs.cache
composer.lock
phpunit.xml
phpstan.neon
/.phpunit.result.cache
/docs/_build/

# clean up some non bower ready package
Resources/public/vendor/admin-lte/bootstrap
Expand Down Expand Up @@ -62,3 +68,4 @@ Resources/public/vendor/jquery/src

Resources/public/vendor/jquery.scrollTo/demo
Resources/public/vendor/jquery.scrollTo/tests

1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,6 @@ php:
dist: xenial

cache:
pip: true
directories:
- $HOME/.composer/cache/files

Expand Down

0 comments on commit 2b78b8b

Please sign in to comment.