From 11c0c7ed7338e15623f23d91217cc100a1f648fc Mon Sep 17 00:00:00 2001 From: Adrien Matissart Date: Fri, 3 May 2019 11:14:07 +0200 Subject: [PATCH] Update travis config to be compatible with xenial --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f62b4a44a..ea9339fb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,18 +2,17 @@ language: node_js sudo: required node_js: - "8" +dist: xenial addons: apt: sources: - ubuntu-toolchain-r-test - - llvm-toolchain-precise-3.5 packages: - libstdc++6 - # This is required to run new chrome on old trusty - - libnss3 # Add python3 dependencies to run transifex-client - python3.5 - python3-pip + - python3-setuptools before_script: - TEST=true npm run build -- --mode=production