Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
paho.mqtt.c
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eclipse
paho.mqtt.c
Commits
18010d44
Commit
18010d44
authored
Mar 01, 2018
by
Ian Craggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try to update OpenSSL on Ubuntu$
parent
e4c2ed23
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
travis-install.sh
travis-install.sh
+3
-0
No files found.
travis-install.sh
View file @
18010d44
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
if
[
"
$TRAVIS_OS_NAME
"
==
"linux"
]
;
then
if
[
"
$TRAVIS_OS_NAME
"
==
"linux"
]
;
then
pwd
pwd
sudo
add-apt-repository
-y
"deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
sudo
apt-get update
-qq
sudo
apt-get
install
-qq
libssl-dev
sudo
service mosquitto stop
sudo
service mosquitto stop
# Stop any mosquitto instance which may be still running from previous runs
# Stop any mosquitto instance which may be still running from previous runs
killall mosquitto
killall mosquitto
...
...
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