From 8526739066ccb00ccd24b74650a7d7b284442985 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 21 Jun 2018 13:10:40 -0700 Subject: MM-10934 Update server dependencies. (#8981) * Changing throttled import path. * Upgrading dependencies. --- vendor/gopkg.in/throttled/throttled.v2/.travis.yml | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 vendor/gopkg.in/throttled/throttled.v2/.travis.yml (limited to 'vendor/gopkg.in/throttled/throttled.v2/.travis.yml') diff --git a/vendor/gopkg.in/throttled/throttled.v2/.travis.yml b/vendor/gopkg.in/throttled/throttled.v2/.travis.yml deleted file mode 100644 index 29225d7af..000000000 --- a/vendor/gopkg.in/throttled/throttled.v2/.travis.yml +++ /dev/null @@ -1,24 +0,0 @@ -sudo: false - -language: go - -go: - - 1.3 - - tip - -notifications: - email: false - -services: - - redis-server - -install: - - make get-deps - # Move to the gopkg location that rather than the default clone location - # otherwise Go 1.4+ complains about incorrect import paths. - - export GOPKG_DIR=$GOPATH/src/gopkg.in/throttled - - mkdir -p $GOPKG_DIR - - mv $TRAVIS_BUILD_DIR $GOPKG_DIR/throttled.v2 - - cd $GOPKG_DIR/throttled.v2 - -script: make -- cgit v1.2.3-1-g7c22