diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2020-09-16 14:15:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-16 14:15:28 +0200 |
commit | f2c0160d070b2e01d9da609d7aaa2e9a7d61953f (patch) | |
tree | e8b7775cf204b72d2c482e55fe2b0d84992f1328 /deps/jsonpath | |
parent | a79dbdb0ba4bc16118e4318162b29a92c0ab45cc (diff) |
refactor(Travis): Remove unused travis files (#3364)
Diffstat (limited to 'deps/jsonpath')
-rw-r--r-- | deps/jsonpath/.travis.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/deps/jsonpath/.travis.yml b/deps/jsonpath/.travis.yml deleted file mode 100644 index acf1f26295..0000000000 --- a/deps/jsonpath/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ -language: python - -addons: - apt: - packages: - - bash - -# Whatever the current shebang, replace with hardcoded shell -script: > - ./all-tests.sh |