Skip to content

Commit

Permalink
switch to Xenial (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkulz authored and chcg committed Jul 12, 2019
1 parent 83aa940 commit b0b958a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: cpp
dist: trusty
dist: xenial
sudo: false

matrix:
Expand All @@ -17,6 +17,10 @@ matrix:
packages:
- g++-mingw-w64-x86-64
script:
- sudo update-alternatives --set x86_64-w64-mingw32-gcc /usr/bin/x86_64-w64-mingw32-gcc-posix
- sudo update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix
- sudo update-alternatives --set i686-w64-mingw32-g++ /usr/bin/i686-w64-mingw32-g++-posix
- sudo update-alternatives --set i686-w64-mingw32-gcc /usr/bin/i686-w64-mingw32-gcc-posix
- make -f Makefile.mingw BITS=$BITS

deploy:
Expand Down

0 comments on commit b0b958a

Please sign in to comment.