Skip to content

Commit ee9b750

Browse files
committed
Merge branch 'update-strategy-names' of github.com:Axelrod-Python/axelrod-fortran into update-strategy-names
2 parents 6e759f5 + 4c3ea54 commit ee9b750

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ language: python
22
python:
33
- 3.5
44
- 3.6
5+
dist: xenial
6+
sudo: required
7+
services:
8+
- xvfb
59
before_install:
6-
- export DISPLAY=:99.0
7-
- sh -e /etc/init.d/xvfb start
810
- sudo apt-get -qq update
911
- sudo apt-get install gfortran
1012
- git clone https://github.com/Axelrod-Python/TourExec.git /tmp/TourExec

0 commit comments

Comments
 (0)