diff options
Diffstat (limited to 'deps/jsonpath/.travis.yml')
-rw-r--r-- | deps/jsonpath/.travis.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deps/jsonpath/.travis.yml b/deps/jsonpath/.travis.yml new file mode 100644 index 0000000000..acf1f26295 --- /dev/null +++ b/deps/jsonpath/.travis.yml @@ -0,0 +1,10 @@ +language: python + +addons: + apt: + packages: + - bash + +# Whatever the current shebang, replace with hardcoded shell +script: > + ./all-tests.sh |