forked from hyperledger-archives/indy-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
40 lines (34 loc) · 781 Bytes
/
.travis.yml
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
33
34
35
36
37
38
39
40
language: python
python:
- 3.5
sudo: required
before_install:
- sudo add-apt-repository -y ppa:chris-lea/libsodium
- sudo apt-get update
- sudo apt-get -y install
flex bison
libssl-dev
libgmp-dev
libsodium13
- ./ci/install-pbc.sh
- ./ci/install-orientdb.sh
- sudo /opt/orientdb/bin/server.sh &
- sleep 10s
install:
- pip install -U -e .
- pip install -U sovrin-node
script:
- python -m sovrin_client.test
before_cache:
- rm -f /opt/orientdb/log/*
- rm -f /opt/orientdb/bin/orient.pid
cache:
timeout: 60
pip: true
directories:
- $HOME/pbc
- /opt/orientdb
notifications:
email:
on_success: change # default: change
on_failure: always # default: always