Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
sudo: false is deprecated.

Mysql has to be defined as a service. Otherwise the builds will error.
  • Loading branch information
Petri Salminen authored and sjaks committed Jul 28, 2020
1 parent bafc1c5 commit d48ca31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# This uses newer and faster docker based build system
sudo: false

language: php

notifications:
on_success: never
on_failure: change

services:
- mysql

php:
- nightly
- 7.3
Expand Down

0 comments on commit d48ca31

Please sign in to comment.