Skip to content

Commit fd3c137

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

File tree

3 files changed

+3
-2855
lines changed

3 files changed

+3
-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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ matrix:
1212
allow_failures:
1313
- php: hhvm
1414

15-
before_script:
15+
install:
1616
- sudo apt-get -y install pypy python-sphinx graphviz
1717
- composer selfupdate
18-
- composer install --prefer-source
18+
- travis_retry composer update --no-interaction --prefer-source
1919

2020
script:
2121
- cd docs && make linkcheck && cd ..

0 commit comments

Comments
 (0)