From: Shane Jaroch Date: Mon, 10 Aug 2020 15:44:53 +0000 (-0400) Subject: travis X-Git-Tag: 0.0.3~4 X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=ef51d59229445e4104f48d1c1e452c4251171ed3;p=nutratech%2Fusda-sqlite.git travis --- diff --git a/.travis.yml b/.travis.yml index 3fd96a1..1ede790 100644 --- 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"