mirror of
https://github.com/quantum5/2048.git
synced 2025-04-24 04:21:58 -04:00
Upgrade Travis to bionic
This commit is contained in:
parent
b123566166
commit
4e9c3b2c0d
|
@ -1,6 +1,8 @@
|
|||
sudo: required
|
||||
dist: trusty
|
||||
dist: bionic
|
||||
language: python
|
||||
services:
|
||||
- xvfb
|
||||
python:
|
||||
- 2.7
|
||||
- 3.6
|
||||
|
@ -22,9 +24,6 @@ install:
|
|||
- pip install codecov
|
||||
- pip install -e .
|
||||
before_script:
|
||||
- export DISPLAY=:99.0
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
- sleep 3
|
||||
- fluxbox &
|
||||
- sleep 3
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue