File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
+ sudo : false
4
+
5
+ php :
6
+ - 5.3.3
7
+ - 5.3
8
+ - 5.4
9
+ - 5.5
10
+ - 5.6
11
+ - 7
12
+ - hhvm
13
+
3
14
matrix :
4
15
fast_finish : true
5
- include :
6
- - php : 5.3.3
7
- - php : 5.3
8
- - php : 5.4
9
- - php : 5.5
10
- - php : 5.6
11
- env : CHECK_LINKS=true BUILD_DOCS=true
12
- - php : 7
13
- - php : hhvm
14
16
allow_failures :
15
17
- php : 7
16
18
17
19
before_install :
18
- - composer selfupdate
20
+ - composer self-update
19
21
20
22
install :
21
- - if [[ "$CHECK_LINKS" == "true" ]]; then sudo apt-get -y install pypy python-sphinx graphviz; fi
22
- - travis_retry composer install --no-interaction --prefer-source
23
+ - composer install --no-interaction --prefer-source
23
24
24
25
script :
25
- - if [[ "$CHECK_LINKS" == "true" ]]; then cd docs && make linkcheck && cd ..; fi
26
- - if [[ "$BUILD_DOCS" == "true" ]]; then vendor/bin/phpdoc -d src -t docs-api; fi
26
+ - vendor/bin/phpdoc -d src -t docs-api
27
27
- vendor/bin/phpunit --coverage-text
You can’t perform that action at this time.
0 commit comments