Skip to content

Commit

Permalink
[Tests] update dist from trusty to xenial
Browse files Browse the repository at this point in the history
  • Loading branch information
refack authored and ljharb committed Feb 25, 2019
1 parent 9daf26f commit 924a175
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: generic
dist: trusty
dist: xenial
sudo: required
addons:
apt:
Expand Down Expand Up @@ -36,8 +36,8 @@ before_cache:
- if [ -n "${NODE-}" ]; then . nvm.sh && set -ex && nvm install --latest-npm "${NODE}" && npm --version; fi
env:
global:
- CXX=g++-4.8
- CC=gcc-4.8
- CXX=g++
- CC=gcc
- PATH="$(echo $PATH | sed 's/::/:/')"
- PATH="/usr/lib/ccache/:$PATH"
- NVM_DIR="${TRAVIS_BUILD_DIR}"
Expand Down

0 comments on commit 924a175

Please sign in to comment.