From 33c90b39af6e722756dd3260128b08e626a73a25 Mon Sep 17 00:00:00 2001 From: sommersoft Date: Tue, 30 Apr 2019 16:36:42 -0500 Subject: [PATCH 1/2] update adabot to bring in urllib3 vulnerability fix --- adabot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adabot b/adabot index 430d8ab0..c399adae 160000 --- a/adabot +++ b/adabot @@ -1 +1 @@ -Subproject commit 430d8ab0d4384e1ee20bbec4acf3908bc426a87f +Subproject commit c399adaea747bcbed8e8b11a714329bbf79f496d From c4f42078720e980bb9954fe87a7fd58a7194e666 Mon Sep 17 00:00:00 2001 From: sommersoft Date: Tue, 30 Apr 2019 16:40:09 -0500 Subject: [PATCH 2/2] .travis.yml: fix conditional; Travis wants the 'v1' style. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b47c6341..781ccf23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ # TravisCI config for circuitpython.org # only run if triggered by a cron -if: $TRAVIS_EVENT_TYPE="cron" +if: type = cron dist: xenial language: python