Skip to content

Commit

Permalink
Fix typo in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soheilrt committed Mar 27, 2020
1 parent a41be2d commit d5e453b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ matrix:
- php: 7.4
env: LARAVEL_VERSION="6.*" ORCHESTRA_VERSION="4.0.*"
- php: 7.4
env: LARAVE_VERSION="7.*" ORCHESTRA_VERSION="5.*"
env: LARAVEL_VERSION="7.*" ORCHESTRA_VERSION="5.*"
cache:
directories:
- $HOME/.composer
Expand Down

0 comments on commit d5e453b

Please sign in to comment.