Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5f0d69

Browse files
authored
Run tests with 8.5.x (drupal-composer#329)
1 parent 9646b71 commit c5f0d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install:
2828

2929
script:
3030
- if [[ $RELEASE = dev ]]; then composer --verbose remove --no-update drupal/console; fi;
31-
- if [[ $RELEASE = dev ]]; then composer --verbose require --no-update drupal/core:8.4.x-dev; fi;
31+
- if [[ $RELEASE = dev ]]; then composer --verbose require --no-update drupal/core:8.5.x-dev; fi;
3232
- if [[ $RELEASE = dev ]]; then composer --verbose update; fi;
3333
- cd $TRAVIS_BUILD_DIR/web
3434
- ./../vendor/bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite

0 commit comments

Comments
 (0)