Skip to content

Commit b220d03

Browse files
committed
Update travis php version
1 parent 2621118 commit b220d03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
language: php
77

88
php:
9-
- 7.2
9+
- 7.3
1010

1111
cache:
1212
directories:
@@ -15,13 +15,13 @@ cache:
1515
before_install:
1616
- cd $TRAVIS_BUILD_DIR/backend
1717
- composer validate
18-
- mysql -e 'CREATE DATABASE thread'
18+
- mysql -e 'CREATE DATABASE thread'
1919

2020
install:
2121
- composer install --no-interaction --prefer-source
2222

2323
before_script:
24-
- cp .env.travis .env
24+
- cp .env.travis .env
2525
- php artisan migrate --force
2626

2727
script:
@@ -30,4 +30,4 @@ script:
3030
after_success:
3131
- bash <(curl -s https://codecov.io/bash)
3232

33-
33+

0 commit comments

Comments
 (0)