Skip to content

Commit 53ce3f0

Browse files
committed
remove composer.lock
1 parent 2465fe4 commit 53ce3f0

File tree

3 files changed

+7
-2855
lines changed

3 files changed

+7
-2855
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ coverage
55
.buildpath
66
.project
77
.settings
8+
composer.lock

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ matrix:
1212
allow_failures:
1313
- php: hhvm
1414

15-
before_script:
15+
cache:
16+
directories:
17+
- $HOME/.composer/cache
18+
19+
install:
1620
- sudo apt-get -y install pypy python-sphinx graphviz
1721
- composer selfupdate
18-
- composer install --prefer-source
22+
- travis_retry composer update --no-interaction
1923

2024
script:
2125
- cd docs && make linkcheck && cd ..

0 commit comments

Comments
 (0)