Skip to content

Commit e6cf332

Browse files
committed
Remove sudo key and add a name to sami job on TravisCI config
Signed-off-by: William Desportes <[email protected]>
1 parent 434c538 commit e6cf332

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ matrix:
2222
- php: nightly
2323
include:
2424
- php: 7.2
25+
name: "Build documentation"
2526
env:
2627
- DOCS=yes
2728
- REQUIRE="sami/sami:^4.0"
@@ -32,8 +33,6 @@ matrix:
3233
- dist: precise
3334
php: 5.3
3435

35-
sudo: false
36-
3736
install:
3837
- if [ -n "$REQUIRE" ] ; then composer require "$REQUIRE" ; fi
3938
- composer install

0 commit comments

Comments
 (0)