1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-10-11 07:45:30 +02:00

Move travis to newest Ubuntu bionic

This commit is contained in:
sfan5
2019-07-30 20:49:32 +02:00
parent 037193eec8
commit 3e8720313b
2 changed files with 4 additions and 23 deletions

View File

@@ -2,20 +2,8 @@ language: cpp
compiler:
- gcc
- clang
sudo: false
dist: trusty
addons:
apt:
sources:
- llvm-toolchain-trusty-5.0
- ubuntu-toolchain-r-test
packages:
- cmake
- libgd2-dev
- libsqlite3-dev
- libleveldb-dev
- g++-7
- clang-5.0
dist: bionic
before_install: sudo apt-get install -y cmake libgd-dev libsqlite3-dev libleveldb-dev
script: ./util/travis/script.sh
notifications:
email: false