-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
37 lines (33 loc) · 903 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
language: python
matrix:
include:
# Ubuntu 14.04.3 LTS
- os: linux
dist: trusty
python: '2.7'
env: PAGER=/bin/cat
- os: linux
dist: trusty
python: '3.3'
env: PAGER=/bin/cat
- os: linux
dist: trusty
python: '3.4'
env: PAGER=/bin/cat
# - os: linux
# dist: trusty
# python: '3.5'
# env: PAGER=/bin/cat
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq pigz graphviz
install:
- ./bootstrap.sh
- mkdir -p example-configurations/travis-example/output_data
script:
- cd example-configurations/travis-example/
- ./../../uap -vvv travis_uap_config.yaml status
- ./../../uap -vvv travis_uap_config.yaml render
- ./../../uap -vvv travis_uap_config.yaml steps
- ./../../uap -vvv travis_uap_config.yaml run-info
- ./../../uap -vvv travis_uap_config.yaml volatilize