Skip to content

Commit 361e906

Browse files
committed
Fix: Install dependencies instead of updating them
1 parent 134fe4e commit 361e906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ before_install:
1818

1919
install:
2020
- sudo apt-get -y install pypy python-sphinx graphviz
21-
- travis_retry composer update --no-interaction --prefer-source
21+
- travis_retry composer install --no-interaction --prefer-source
2222

2323
script:
2424
- cd docs && make linkcheck && cd ..

0 commit comments

Comments
 (0)