Skip to content

Commit

Permalink
Correct typo in targeted version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Rainville authored and maxime-rainville committed Jul 1, 2018
1 parent 694c405 commit 7fe935f
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 @@ -33,7 +33,7 @@ before_script:

# Install composer dependencies
- composer validate
- composer require --no-update silverstripe/recipe-cms:^4.0.x-dev
- composer require --no-update silverstripe/recipe-cms:^4.0
- composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile
- if [[ $PHPCS_TEST ]]; then composer global require squizlabs/php_codesniffer:^3 --prefer-dist --no-interaction --no-progress --no-suggest -o; fi

Expand Down

0 comments on commit 7fe935f

Please sign in to comment.