fix: Use xenial dist for newer lib symbols

This commit is contained in:
Tyera Eulberg 2019-05-24 16:34:25 -06:00 committed by Michael Vines
parent 87c1becbef
commit 6b43acf558
1 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,4 @@
dist: xenial
sudo: required
language: node_js
node_js:
@ -16,8 +17,8 @@ notifications:
before_install:
- wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
- sudo apt-add-repository "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-7 main"
- sudo apt-add-repository "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu trusty main"
- sudo apt-add-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-7 main"
- sudo apt-add-repository "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial main"
- sudo apt-get update
- sudo apt-get install -y clang-7 --allow-unauthenticated
- clang-7 --version