Skip to content

Commit 4d396f0

Browse files
committedOct 26, 2015
Update package details
1 parent 0d626da commit 4d396f0

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
 

‎.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ spec/ export-ignore
55
.scrutinizer.yml export-ignore
66
.travis.yml export-ignore
77
CONTRIBUTING.md export-ignore
8+
CONDUCT.md export-ignore
89
phpspec.yml.ci export-ignore
910
phpspec.yml.dist export-ignore

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
build/
22
vendor/
33
composer.lock
4+
phpspec.yml

‎.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ language: php
22

33
sudo: false
44

5+
cache:
6+
directories:
7+
- $HOME/.composer/cache
8+
59
php:
610
- 5.4
711
- 5.5

0 commit comments

Comments
 (0)
Please sign in to comment.