We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d626da commit 4d396f0Copy full SHA for 4d396f0
.gitattributes
@@ -5,5 +5,6 @@ spec/ export-ignore
5
.scrutinizer.yml export-ignore
6
.travis.yml export-ignore
7
CONTRIBUTING.md export-ignore
8
+CONDUCT.md export-ignore
9
phpspec.yml.ci export-ignore
10
phpspec.yml.dist export-ignore
.gitignore
@@ -1,3 +1,4 @@
1
build/
2
vendor/
3
composer.lock
4
+phpspec.yml
.travis.yml
@@ -2,6 +2,10 @@ language: php
sudo: false
+cache:
+ directories:
+ - $HOME/.composer/cache
+
php:
- 5.4
11
- 5.5
0 commit comments