Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
06220303
Commit
06220303
authored
Jul 23, 2016
by
Feng Xiao
Committed by
GitHub
Jul 23, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1830 from xfxyjwf/travis
Remove linux tests from travis.
parents
1b3796c8
9702b9f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
14 deletions
+7
-14
.travis.yml
.travis.yml
+7
-14
No files found.
.travis.yml
View file @
06220303
...
...
@@ -5,7 +5,6 @@ sudo: required
# rvm/gemfile/jdk/etc. entries rather than manually doing the work.
language
:
cpp
os
:
-
linux
-
osx
# The Objective C build needs Xcode 7.0 or later.
osx_image
:
xcode7.3
...
...
@@ -47,23 +46,17 @@ matrix:
# which doesn't work on OS X.
-
os
:
osx
env
:
CONFIG=golang
# OS X/iOS tests of Objective C (needs Xcode, so it won't work on other
# platforms).
-
os
:
linux
env
:
CONFIG=objectivec_ios_debug
-
os
:
linux
env
:
CONFIG=objectivec_ios_release
-
os
:
linux
env
:
CONFIG=objectivec_osx
-
os
:
linux
env
:
CONFIG=objectivec_cocoapods_integration
# The dotnet environment requires Ubuntu 14.04 or 16.04. This
# configuration is effectively an "extra" one, outside the
# autogenerated matrix.
include
:
# The dotnet environment requires Ubuntu 14.04 or 16.04. This
# configuration is effectively an "extra" one, outside the
# autogenerated matrix.
-
os
:
linux
env
:
CONFIG=csharp
dist
:
trusty
# This test is kept on travis because it doesn't play nicely with other
# tests on jenkins running in parallel.
-
os
:
linux
env
:
CONFIG=cpp_distcheck
allow_failures
:
# These currently do not work on OS X but are being worked on by @haberman.
-
os
:
osx
...
...
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