Skip to content
This repository was archived by the owner on Sep 27, 2018. It is now read-only.

Commit 4f40a55

Browse files
committed
Move schemas into a directory named the same
1 parent f32a4bc commit 4f40a55

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
- PROTOC_OUT=python
1111
script:
1212
- mkdir -p "build/${PROTOC_OUT}"
13-
- protoc "--${PROTOC_OUT}_out=build/${PROTOC_OUT}" src/*.proto
13+
- protoc "--${PROTOC_OUT}_out=build/${PROTOC_OUT}" schemas/*.proto
1414

1515
notifications:
1616
email: false
File renamed without changes.

0 commit comments

Comments
 (0)