Skip to content

Commit

Permalink
Remove sudo key and add a name to sami job on TravisCI config
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Apr 8, 2020
1 parent 434c538 commit e6cf332
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -22,6 +22,7 @@ matrix:
- php: nightly
include:
- php: 7.2
name: "Build documentation"
env:
- DOCS=yes
- REQUIRE="sami/sami:^4.0"
Expand All @@ -32,8 +33,6 @@ matrix:
- dist: precise
php: 5.3

sudo: false

install:
- if [ -n "$REQUIRE" ] ; then composer require "$REQUIRE" ; fi
- composer install
Expand Down

0 comments on commit e6cf332

Please sign in to comment.