Skip to content
This repository was archived by the owner on Oct 10, 2020. It is now read-only.

Commit f13a0dc

Browse files
committed
prep for travis-ci
Change-Id: I757b303cd3900d61b25699aff01a8b949ba136fc
1 parent 88758e6 commit f13a0dc

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.gitreview

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[gerrit]
2+
host=review.gerrithub.io
3+
port=29418
4+
project=larsks/heat-kubernetes.git

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
install:
5+
- "pip install -r test-requirements.txt"
6+
script:
7+
- sh tools/validate-all-yaml.sh
8+

test-requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
PyYAML

0 commit comments

Comments
 (0)