projects
/
nutratech
/
usda-sqlite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72a1c9d
)
travis
author
Shane Jaroch
<nutratracker@protonmail.com>
Mon, 10 Aug 2020 15:44:53 +0000
(11:44 -0400)
committer
Shane Jaroch
<nutratracker@protonmail.com>
Mon, 10 Aug 2020 15:44:53 +0000
(11:44 -0400)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 3fd96a1cd3db892ed57ffd9f48a4276122f4975a..1ede790273a5128f0118735f6b5d84857a879664 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-3,8
+3,12
@@
sudo: true
language: python
python:
- '3.6'
+git:
+ submodules: false
+before_install:
+ - sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
+ - git submodule update --init
script:
-- git submodule update --init
-- bash data/setup.sh
-- python data/process.py
-- cd sql && sqlite3 nutra.db ".read init.sql"
+ - bash data/setup.sh
+ - python data/process.py
+ - cd sql && sqlite3 nutra.db ".read init.sql"