Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed Jul 3, 2015
2 parents 3e8af29 + fd6cbfb commit 881f662
Show file tree
Hide file tree
Showing 520 changed files with 679 additions and 53,461 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
._*
Icon

Vendor/HtmlPurifier/library/HTMLPurifier/DefinitionCache/Serializer/
Vendor/*
30 changes: 30 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
language: php

php:
- 5.6
- 7.0

matrix:
allow_failures:
- php: 7.0

fast_finish: true

include:
- php: 5.6
env:
- COVERALLS=1

before_script:
- composer self-update
- composer install --prefer-dist --no-interaction
- sh -c "if [ '$COVERALLS' = '1' ]; then composer require --dev satooshi/php-coveralls:dev-master; fi"
- sh -c "if [ '$COVERALLS' = '1' ]; then mkdir -p build/logs; fi"

script:
- phpunit
- sh -c "if [ '$COVERALLS' = '1' ]; then phpunit --stderr --coverage-clover build/logs/clover.xml; fi"
- sh -c "if [ '$COVERALLS' = '1' ]; then php vendor/bin/coveralls -c .coveralls.yml -v; fi"

notifications:
email: false
7 changes: 0 additions & 7 deletions Config/bootstrap.php

This file was deleted.

45 changes: 0 additions & 45 deletions Controller/Component/HtmlPurifierComponent.php

This file was deleted.

6 changes: 0 additions & 6 deletions Controller/HtmlPurifierAppController.php

This file was deleted.

102 changes: 0 additions & 102 deletions Lib/Purifier.php

This file was deleted.

102 changes: 0 additions & 102 deletions Model/Behavior/HtmlPurifierBehavior.php

This file was deleted.

Loading

0 comments on commit 881f662

Please sign in to comment.