File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
- dist : trusty
2
+ dist : bionic
3
3
sudo : false
4
4
5
5
php :
8
8
9
9
env :
10
10
global :
11
+ - COMPOSER_MEMORY_LIMIT=-1
11
12
- SIMPLETEST_DB=sqlite://tmp/site.sqlite
12
13
- SIMPLETEST_BASE_URL="http://127.0.0.1:8080"
13
14
matrix :
16
17
- RELEASE=stable COMPOSER_CHANNEL=snapshot
17
18
18
19
before_install :
20
+ # https://www.drupal.org/project/drupal/issues/3107155
21
+ - sudo echo "deb http://archive.ubuntu.com/ubuntu focal main restricted universe multiverse" >> /etc/apt/sources.list
22
+ - sudo apt-get update
23
+ - sudo apt-get -y install sqlite3/focal
19
24
- echo 'sendmail_path = /bin/true' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
20
25
- phpenv config-rm xdebug.ini
21
26
- composer --verbose self-update --$COMPOSER_CHANNEL
@@ -32,6 +37,5 @@ script:
32
37
- ./vendor/bin/drush runserver $SIMPLETEST_BASE_URL &
33
38
- until curl -s $SIMPLETEST_BASE_URL; do true; done > /dev/null
34
39
# Run a single unit test to verfiy the testing setup.
35
- - ./vendor/bin/phpunit -c ./web/core ./web/core/modules/system /tests/src/Unit/SystemRequirementsTest .php
40
+ - ./vendor/bin/phpunit -c ./web/core ./web/core/modules/user /tests/src/Unit/UserAccessControlHandlerTest .php
36
41
- ./vendor/bin/drush
37
- - if [[ $RELEASE = stable ]]; then ./vendor/bin/drupal; fi;
You can’t perform that action at this time.
0 commit comments