forked from distributed-system-analysis/pbench
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
32 lines (32 loc) · 1010 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
dist: xenial
language: perl
perl:
- "5.28"
- "5.26"
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.10"
before_install:
- sudo apt-get update
install:
- sudo apt-get install python python-pip bc libjson-perl libswitch-perl realpath
- sudo pip install configtools elasticsearch
- sudo apt-get install python-software-properties
- sudo add-apt-repository ppa:fkrull/deadsnakes -y
- sudo apt-get update
- sudo apt-get install python3.6 --force-yes -y
- sudo wget -O /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py
- sudo python3.6 /tmp/get-pip.py
- sudo pip install 'configtools<0.4.0' elasticsearch sh boto3
- sudo ln -sf python3.6 /usr/bin/python3
- sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
- sudo echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
- sudo apt-get update -qq
- sudo apt-get install -y -qq yarn
env:
- PBENCH_UNITTEST_SERVER_MODE=serial
script:
- ./run-unittests