mirror of
https://github.com/mapbox/node-fontnik.git
synced 2026-01-18 15:54:55 +00:00
Update .travis.yml
This commit is contained in:
parent
52c6260586
commit
34d1ea1102
16
.travis.yml
16
.travis.yml
@ -1,18 +1,12 @@
|
||||
dist: focal
|
||||
language: node_js
|
||||
|
||||
sudo: true
|
||||
sudo: false
|
||||
|
||||
# enable c++11/14 builds
|
||||
# addons:
|
||||
# apt:
|
||||
# sources: [ 'ppa:ubuntu-toolchain-r/test' ]
|
||||
# packages: [ 'libstdc++-4.9-dev' ]
|
||||
|
||||
before_install:
|
||||
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||
- sudo apt-get -q update
|
||||
- sudo apt-get install libstdc++-4.9-dev
|
||||
addons:
|
||||
apt:
|
||||
sources: [ 'ppa:ubuntu-toolchain-r/test' ]
|
||||
packages: [ 'libstdc++-4.9-dev' ]
|
||||
|
||||
install:
|
||||
# set up the environment by installing mason and clang++
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user