Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
74f3994e
Commit
74f3994e
authored
Sep 18, 2019
by
Pavel Vainerman
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update travis depends
parent
297b01a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.travis.yml
.travis.yml
+2
-2
No files found.
.travis.yml
View file @
74f3994e
...
...
@@ -76,7 +76,7 @@ matrix:
addons
:
apt
:
sources
:
[
'
llvm-toolchain-trusty-5.0'
]
packages
:
[
'
clang-5.0'
]
packages
:
[
'
clang-5.0'
,
'
libjsoncpp0'
]
env
:
-
MATRIX_EVAL="CXX=clang++-5.0 CC=clang-5.0 COMPILER_NAME=clang"
...
...
@@ -85,7 +85,7 @@ matrix:
addons
:
apt
:
sources
:
[
'
llvm-toolchain-trusty-6.0'
,
'
ubuntu-toolchain-r-test'
]
packages
:
[
'
clang-6.0'
]
packages
:
[
'
clang-6.0'
,
'
libjsoncpp0'
]
env
:
-
MATRIX_EVAL="CXX=clang++-6.0 CC=clang-6.0 COMPILER_NAME=clang"
...
...
Pavel Vainerman
@pv
mentioned in commit
e77967fc
·
Feb 14, 2020
mentioned in commit
e77967fc
mentioned in commit e77967fcfb8c2bc92e98b38ecb9d00c319778e66
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment