Ubuntu Bionic

This commit is contained in:
Andrea Cavalli 2020-10-10 18:51:42 +02:00
parent 6276928cd1
commit 4599f3ed7b
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ env:
- IMPLEMENTATION_NAME=tdlib - IMPLEMENTATION_NAME=tdlib
- IMPLEMENTATION_NAME=tdlight - IMPLEMENTATION_NAME=tdlight
osx_image: xcode11.3 osx_image: xcode11.3
dist: xenial dist: bionic
before_install: before_install:
- cp .travis.settings.xml $HOME/.m2/settings.xml - cp .travis.settings.xml $HOME/.m2/settings.xml
- chmod +x travis/build.sh - chmod +x travis/build.sh
@ -36,8 +36,8 @@ addons:
- maven - maven
- python3 - python3
- python3-pip - python3-pip
- php7.0-cli - php7.2-cli
- openjdk-8-jdk - openjdk-11-jdk
cache: cache:
bundler: true bundler: true
cocoapods: true cocoapods: true