travis
authorShane Jaroch <nutratracker@protonmail.com>
Mon, 10 Aug 2020 15:44:53 +0000 (11:44 -0400)
committerShane Jaroch <nutratracker@protonmail.com>
Mon, 10 Aug 2020 15:44:53 +0000 (11:44 -0400)
.travis.yml

index 3fd96a1cd3db892ed57ffd9f48a4276122f4975a..1ede790273a5128f0118735f6b5d84857a879664 100644 (file)
@@ -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"