Skip to content

Commit

Permalink
Update Travis CI base.
Browse files Browse the repository at this point in the history
Previously we used "trusty" (Ubuntu 14.04).
Now we use "bionic" (Ubuntu 18.04).

Note that the current Travis CI default is "xenial" (Ubunu 16.04), which
we are jumping over.
  • Loading branch information
eeide committed Sep 15, 2019
1 parent 325e706 commit 98a7216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,5 +1,5 @@
##
## Copyright (c) 2017 The University of Utah
## Copyright (c) 2017, 2019 The University of Utah
## All rights reserved.
##
## This file is part of `csmith', a random generator of C programs.
Expand Down Expand Up @@ -29,7 +29,7 @@
###############################################################################

sudo: required
dist: trusty
dist: bionic
language: cpp

# before_install:
Expand Down

0 comments on commit 98a7216

Please sign in to comment.