Skip to content

Commit

Permalink
Merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavb committed Mar 1, 2019
2 parents b8e07cc + 1a51d90 commit 9c84c71
Show file tree
Hide file tree
Showing 462 changed files with 4,953 additions and 2,397 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
path = third_party/uncrustify
url = https://github.com/uncrustify/uncrustify.git
branch = uncrustify-0.66.1
[submodule "third_party/namanager"]
path = third_party/namanager
url = https://github.com/iattempt/namanager.git
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ matrix:
env:
- MATRIX_EVAL="CXX=g++-7"

# Verify file name
- os: linux
language: python
python:
- "3.6"
script:
- pip install namanager
- namanager -s third_party/namanager_settings.json --required

# Check formatting of Python code
- os: linux
language: python
Expand Down
312 changes: 0 additions & 312 deletions code/artificial_intelligence/src/image_processing/Canny/canny.cpp

This file was deleted.

Loading

0 comments on commit 9c84c71

Please sign in to comment.