Skip to content

Commit 1fc0cfb

Browse files
committed
Update Linux CI image to work around GCC ICE
1 parent 5b608d4 commit 1fc0cfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ matrix:
6161
- install -d release
6262
- zip -9 -r release/string-machine-"$_BUILD".zip string-machine-"$_BUILD"
6363
- os: linux
64-
dist: trusty
64+
dist: xenial
6565
env:
6666
- _BITS=64
6767
- _BUILD=linux64
6868
before_install:
6969
- sudo apt-get update -qq
7070
install:
71-
- sudo apt-get install checkinstall libcairo2-dev
71+
- sudo apt-get install checkinstall libcairo2-dev mesa-common-dev
7272
script:
7373
- bash .travis/script-linux.sh
7474
- cp -drfv bin string-machine-"$_BUILD"

0 commit comments

Comments
 (0)