Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hammer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Letitia Li
hammer
Commits
541c63e1
Commit
541c63e1
authored
9 years ago
by
Meredith L. Patterson
Browse files
Options
Downloads
Patches
Plain Diff
wrong backports address, apparently
parent
1d1d6c7a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
with
1 addition
and
1 deletion
.travis.yml
+
1
−
1
View file @
541c63e1
...
...
@@ -104,7 +104,7 @@ before_install:
-
sudo apt-get update -qq
-
sudo apt-get install -y lcov
-
gem install coveralls-lcov
-
if [ "$BINDINGS" != "none" ]; then sudo sh -c 'echo "deb http://
ports
.ubuntu.com/ubuntu
-ports
trusty-backports main restricted universe multiverse" >> /etc/apt/sources.list'; sudo apt-get update -qq; sudo apt-get install -yqq swig/trusty-backports; fi
-
if [ "$BINDINGS" != "none" ]; then sudo sh -c 'echo "deb http://
archive
.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse" >> /etc/apt/sources.list'; sudo apt-get update -qq; sudo apt-get install -yqq swig/trusty-backports; fi
-
if [ "$BINDINGS" == "python" ]; then sudo apt-get install -yqq python-dev; fi
-
if [ "$BINDINGS" == "dotnet" ]; then sudo add-apt-repository ppa:directhex/monoxide -y; sudo apt-get update -qq; sudo apt-get install -yqq mono-devel mono-mcs nunit nunit-console; mozroots --import --sync; fi
install
:
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment