Skip to content

Commit a5cf706

Browse files
committed
ci: Fix the dependencies on Travis-CI
1 parent a6fb2aa commit a5cf706

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ dist: trusty
33
language: c
44
install:
55
- sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse"
6-
- curl http://mirror.openio.io/pub/repo/openio/APT-GPG-KEY-OPENIO-0 | sudo apt-key add -
7-
- sudo apt-add-repository "deb http://mirror.openio.io/pub/repo/openio/sds/17.04/ubuntu/trusty ./"
86
- sudo apt-get update -qq
9-
- sudo apt-get install -y --force-yes libevent-2.0-5 libevent-dev make cmake libglib2.0-dev
7+
- sudo apt-get install -y --force-yes autoconf automake libtool xutils-dev gcc make cmake libglib2.0-dev
108
env:
119
matrix:
1210
- BUILD_TYPE=Debug
@@ -16,5 +14,5 @@ script:
1614
- mkdir /tmp/oio
1715
- export CMAKE_OPTS='-DCMAKE_INSTALL_PREFIX=/tmp/oio -DLD_LIBDIR=lib'
1816
- cmake ${CMAKE_OPTS} -DCMAKE_BUILD_TYPE=$BUILD_TYPE .
19-
- make -j 4 all
17+
- make all
2018
- make install

0 commit comments

Comments
 (0)