From 6e9dd28933fb39723dd6aec576da2cb1f1649757 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 4 Jan 2019 09:41:30 -0800 Subject: setup tests --- .travis.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 1fb618b0f..92399cbf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ before_install: # in a Travis cron, but with a different set of tests than master has # in .travis.yml. - cp .travis.yml /tmp/travis.yml - - git pull origin master --strategy=recursive --strategy-option=theirs --no-edit + - git pull origin fix-integration --strategy=recursive --strategy-option=theirs --no-edit - if ! git diff .travis.yml /tmp/travis.yml ; then echo "Please merge master into test-everything"; exit 1; fi - '[ "$TRAVIS_OS_NAME" != osx ] || tests/travis-macos-setup.sh' @@ -161,10 +161,3 @@ after_success: '[ "$TOXENV" == "py27-cover" ] && codecov' notifications: email: false - irc: - channels: - - secure: "SGWZl3ownKx9xKVV2VnGt7DqkTmutJ89oJV9tjKhSs84kLijU6EYdPnllqISpfHMTxXflNZuxtGo0wTDYHXBuZL47w1O32W6nzuXdra5zC+i4sYQwYULUsyfOv9gJX8zWAULiK0Z3r0oho45U+FR5ZN6TPCidi8/eGU+EEPwaAw=" - on_cancel: never - on_success: never - on_failure: always - use_notice: true -- cgit v1.2.3