MilesCranmer commited on
Commit
718935e
1 Parent(s): 4ecf2f4

Move linux testing back to bionic

Browse files
Files changed (1) hide show
  1. .travis.yml +1 -0
.travis.yml CHANGED
@@ -6,6 +6,7 @@ jobs:
6
  include:
7
  - name: "Linux"
8
  os: linux
 
9
  before_install: sudo apt-get -y install python3-pip python3-setuptools
10
  env:
11
  - PY="sudo python3" PATH=$HOME/.local/bin:$PATH
 
6
  include:
7
  - name: "Linux"
8
  os: linux
9
+ dist: bionic
10
  before_install: sudo apt-get -y install python3-pip python3-setuptools
11
  env:
12
  - PY="sudo python3" PATH=$HOME/.local/bin:$PATH