aio-libs / aiohttp-sse

Server-sent events support for aiohttp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

truthy value is not quoted (truthy)

adius opened this issue · comments

Hi,
I used Feram to check your repo and found this issue:

"truthy value is not quoted (truthy)"

--- .travis.yml
+++ .travis.yml
@@ -29,1 +29,1 @@
     password:
         secure: V/UjH36QQcJyLqIzNb7/R1Y4nLJi1O2nvp/xf3O/myiO722QD6SZQ7u5CoWcicyQBhqodu/oXA2XeJk1LAorhKnk15CkiWhO7wFAWuYc4rQA7qgjApfercGPqcSL1K2RmGeP/UWpLR+La5o4/9zCmfG83Z007rmii9a6dbdJU7c=
-    on:  // FIXME //
         tags: true
         repo: aio-libs/aiohttp-sse

I hope it helps!

If you want to use it as well, it’s for free and really simple to integrate:
feram.io/help/getting-started

Looks like a false positive or you should redirect this issue to travis-ci directly.
https://docs.travis-ci.com/user/deployment/pypi/#Deploying-tags

It's actually kind of creepy. The yaml is definitely not what you think it is, but travis handles it correctly anyways. I'd stay on the save side and always quote "on" as key...

screen shot 2018-02-21 at 22 52 51