Skip to content

Commit 26849d0

Browse files
committed
cleans up little style issues
1 parent b2bb7b5 commit 26849d0

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

Diff for: .gitignore

-10
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
nbproject
21
._*
32
.~lock.*
43
.buildpath
5-
.DS_Store
6-
.idea
74
.project
85
.settings
96
cache.properties
@@ -15,15 +12,11 @@ vendor/
1512
# OS generated files #
1613
######################
1714
*~
18-
.DS_Store*
1915
.project
2016
.settings
21-
ehthumbs.db
2217
Icon?
23-
Thumbs.db
2418
.svn
2519
.directory
26-
*.swp
2720
.env
2821

2922
# IDE generated files #
@@ -39,8 +32,5 @@ Thumbs.db
3932
*.perspectivev3
4033
*.mode1v3
4134
*.mode2v3
42-
*.swp
4335
*~.nib
44-
nbproject
4536
.komodotools
46-
.idea

Diff for: .travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ after_script:
2323
- wget https://scrutinizer-ci.com/ocular.phar
2424
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
2525
notifications:
26-
email: false
26+
email: false
27+

0 commit comments

Comments
 (0)