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

Commit

Permalink
Merge pull request #4 from LakeMaps/move-schemas
Browse files Browse the repository at this point in the history
Move schemas into a directory named "schemas"
  • Loading branch information
whymarrh authored Apr 18, 2017
2 parents f32a4bc + 4f40a55 commit e6a74c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
- PROTOC_OUT=python
script:
- mkdir -p "build/${PROTOC_OUT}"
- protoc "--${PROTOC_OUT}_out=build/${PROTOC_OUT}" src/*.proto
- protoc "--${PROTOC_OUT}_out=build/${PROTOC_OUT}" schemas/*.proto

notifications:
email: false
File renamed without changes.

0 comments on commit e6a74c0

Please sign in to comment.