-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path.travis.yml
More file actions
32 lines (27 loc) · 766 Bytes
/
.travis.yml
File metadata and controls
32 lines (27 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
language: node_js
node_js:
- "6"
- "5"
- "4"
- "0.12"
- "0.10"
- "iojs"
before_install:
# Prepare repository for isntall "libboost".
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"
- sudo apt-get update
- sudo apt-get install libboost-all-dev gperf libevent-dev uuid-dev
install:
- cat /proc/version
- uname -a
- cat /etc/issue
- curl -L https://launchpad.net/gearmand/1.2/1.1.12/+download/gearmand-1.1.12.tar.gz | tar zxv
- cd gearmand-1.1.12 && ./configure && make && sudo make install
before_script:
- /usr/local/sbin/gearmand --daemon
notifications:
email:
recipients:
- vaclav.sykora@gmail.com
on_success: change
on_failure: change