-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
57 lines (51 loc) · 1.23 KB
/
.travis.yml
File metadata and controls
57 lines (51 loc) · 1.23 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
os: Linux
dist:
- xenial
language: shell
addons:
apt:
packages:
- realpath
env:
matrix: []
global:
- SRC_PREFIX=$HOME/build
- VND_SRC_PREFIX=$HOME/build
- VND_GH_SRC=$HOME/build
before_install:
- . ./tools/ci/util.sh
- export_stage before-install before_install && announce_stage
- . ./tools/ci/env.sh &&
. ./tools/ci/init.sh
script:
- export_stage script && announce_stage
- . ./tools/ci/build.sh
before_cache:
- export_stage before-cache before_cache && announce_stage
- rm -f $HOME/.cache/pip/log/debug.log
cache:
directories:
- .htd
- .redo
- ./node_modules
- ./vendor
- $HOME/.local
- $HOME/.basher
- $HOME/.cache/pip
- $HOME/virtualenv
- $HOME/.npm
- $HOME/.composer
- $HOME/.rvm/
- $HOME/.statusdir/
- $HOME/lib
- $HOME/build/apenwarr
- $HOME/build/ztombol
# NOTE: careful not to include repo-under-test
- $HOME/build/user-tools/user-scripts
- $HOME/build/user-tools/user-conf
- $HOME/build/bvberkum/user-conf
- $HOME/build/bvberkum/docopt-mpe
- $HOME/build/bvberkum/git-versioning
- $HOME/build/bats-core/bats-core
- $HOME/build/bvberkum/bats-core
- $HOME/build/user-tools/bats-core