Skip to content

Commit 3a21647

Browse files
committed
Add travis-ci install docs dependencies
1 parent b421437 commit 3a21647

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ php:
66
- 5.5
77

88
before_script:
9-
- sudo apt-get install pypy
9+
- sudo apt-get -y install pypy
10+
- sudo apt-get -y install python-sphinx
1011
- composer selfupdate
1112
- composer install
12-
13-
install:
14-
- pip install -q Sphinx
1513

1614
script:
1715
- cd docs

0 commit comments

Comments
 (0)