From d6a610cfeca72092d1ec4e4a01a6a075aad2055d Mon Sep 17 00:00:00 2001 From: Mark Jacobson <35484465+mark-saeon@users.noreply.github.com> Date: Tue, 11 Dec 2018 14:41:48 +0200 Subject: [PATCH] Update jsonpatch dependency in travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e25497e..3960980 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ services: postgresql python: - "2.7" env: - - CKAN_VERSION=2.7.4 JSONPATCH_VERSION=0.1-alpha + - CKAN_VERSION=2.7.4 JSONPATCH_VERSION=0.3-alpha install: bash bin/travis-build.bash script: bash bin/travis-run.bash