Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
json
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
json
Commits
ef556262
Unverified
Commit
ef556262
authored
Apr 11, 2017
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
👷
added Clang 3.9-5.0
Taken from
https://github.com/travis-ci/docs-travis-ci-com/pull/746/files
.
parent
5bea6f38
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
.travis.yml
.travis.yml
+21
-0
No files found.
.travis.yml
View file @
ef556262
...
@@ -207,6 +207,27 @@ matrix:
...
@@ -207,6 +207,27 @@ matrix:
env
:
LLVM_VERSION=3.8.1
env
:
LLVM_VERSION=3.8.1
compiler
:
clang
compiler
:
clang
-
os
:
linux
addons
:
apt
:
sources
:
llvm-toolchain-trusty-3.9
packages
:
clang-3.9
env
:
COMPILER=clang++-3.9
-
os
:
linux
addons
:
apt
:
sources
:
llvm-toolchain-trusty-4.0
packages
:
clang-4.0
env
:
COMPILER=clang++-4.0
-
os
:
linux
addons
:
apt
:
sources
:
llvm-toolchain-trusty
packages
:
clang-5.0
env
:
COMPILER=clang++-5.0
#####################
#####################
# installation step #
# installation step #
#####################
#####################
...
...
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