-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Travis: switched to xenial environment
- Loading branch information
Showing
1 changed file
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
sudo: required | ||
dist: trusty | ||
dist: xenial | ||
group: legacy | ||
|
||
language: cpp | ||
|
||
compiler: | ||
- gcc | ||
- clang | ||
# - clang | ||
|
||
branches: | ||
except: | ||
|
@@ -17,12 +17,9 @@ before_install: | |
- sudo apt-get update -qq | ||
- sudo apt-get install -qq autotools-dev libkpathsea-dev libfreetype6-dev libgs-dev libz-dev texlive-base python-lxml | ||
|
||
install: | ||
- sudo apt-get install -qq g++-4.9 | ||
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.9 100 | ||
|
||
env: | ||
global: | ||
- GTEST_COLOR=1 | ||
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created | ||
# via the "travis encrypt" command using the project repo's public key | ||
- secure: "MlOXG2PegI8ck67gSCoY0w4hncbaJ0UG+5VUOmzZ4blJDrA2BLOnQg8n/D65ic1pzmrooUuZJJMmgWI+6F+pyZyXTOpDP50cX4i8WpcuHY/phYp9w2jdN61YgqoUIgWgxsAxBUV2Lf1ULZbWYwUoI9fLkTE6owFXZPFT5ZQnwWA=" | ||
|
@@ -31,7 +28,7 @@ addons: | |
coverity_scan: | ||
project: | ||
name: mgieseki/dvisvgm | ||
description: "dvisvgm - A fast DVI to SVG converter" | ||
description: "dvisvgm -- A fast DVI to SVG converter" | ||
version: 2.6.2 | ||
notification_email: [email protected] | ||
build_command_prepend: "./configure --enable-bundled-libs; make clean" | ||
|