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

Skip to content

Commit ec0a8ce

Browse files
authored
Run tests with 8.4.x-dev
1 parent 2d09cf7 commit ec0a8ce

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
@@ -26,7 +26,7 @@ install:
2626
- composer --verbose install
2727

2828
script:
29-
- if [[ $RELEASE = dev ]]; then composer --verbose require --no-update drupal/core:8.3.x-dev; fi;
29+
- if [[ $RELEASE = dev ]]; then composer --verbose require --no-update drupal/core:8.4.x-dev; fi;
3030
- if [[ $RELEASE = dev ]]; then composer --verbose update; fi;
3131
- cd $TRAVIS_BUILD_DIR/web
3232
- ./../vendor/bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite

0 commit comments

Comments
 (0)