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
|
sudo: required
|
||||||
dist: trusty
|
dist: bionic
|
||||||
language: python
|
language: python
|
||||||
|
services:
|
||||||
|
- xvfb
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.6
|
- 3.6
|
||||||
|
@ -22,9 +24,6 @@ install:
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
before_script:
|
before_script:
|
||||||
- export DISPLAY=:99.0
|
|
||||||
- sh -e /etc/init.d/xvfb start
|
|
||||||
- sleep 3
|
|
||||||
- fluxbox &
|
- fluxbox &
|
||||||
- sleep 3
|
- sleep 3
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue