From: Shane Jaroch Date: Mon, 22 Apr 2024 02:02:31 +0000 (-0400) Subject: remove old travis CI config file X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=bf29771ad96f3b1a66667a34fbfcc0c823429358;p=nutratech%2Fusda-sqlite.git remove old travis CI config file --- diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 6118eff..0000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -dist: xenial -os: ['linux'] -language: python -python: -- '3.7' -script: -- bash data/setup.sh -- python data/process.py -- cd sql && sqlite3 usda.sqlite ".read init.sql"