Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit 5f7a248

Browse files
committed
update travis-ci script to ubuntu 18.04 (bionic)
1 parent 487255f commit 5f7a248

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis-ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
WD=$(pwd)
44
cd $(mktemp -d)
55
RD=$(pwd)
6-
curl -L -o zenohd https://github.com/atolab/atobin/raw/master/zenoh/unstable/ubuntu/16.04/zenohd
7-
curl -L -o zenoh-plugin-storages.cmxs https://github.com/atolab/atobin/raw/master/zenoh-storages/unstable/ubuntu/16.04/zenoh-plugin-storages.cmxs
6+
curl -L -o zenohd https://github.com/atolab/atobin/raw/master/zenoh/unstable/ubuntu/18.04/zenohd
7+
curl -L -o zenoh-plugin-storages.cmxs https://github.com/atolab/atobin/raw/master/zenoh-storages/unstable/ubuntu/18.04/zenoh-plugin-storages.cmxs
88
chmod +x $RD/zenohd
99
chmod +x $RD/zenoh-plugin-storages.cmxs
1010
$RD/zenohd -P "$RD/zenoh-plugin-storages.cmxs" --verbosity=debug > $RD/zenohd.out 2>&1 & echo $! > $RD/zenohd.pid

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
before_install:
22
- sudo apt-get install -y libssl1.0.0 libev4
3-
- sudo curl -L -o /usr/local/lib/libzenohc.so https://github.com/atolab/atobin/raw/master/zenoh-c/unstable/ubuntu/16.04/libzenohc.so
3+
- sudo curl -L -o /usr/local/lib/libzenohc.so https://github.com/atolab/atobin/raw/master/zenoh-c/unstable/ubuntu/18.04/libzenohc.so
44
- sudo apt install -y python3-pip
55
addons:
66
apt:

0 commit comments

Comments
 (0)