travis secure entries in the travis.yml
by Jiri Kremser
Hello,
as you probably know travis allows to encrypt a secret in the travis.yml. I am not going to question how super secret it is, but could we please add a comment on those lines to know what env property it encodes?
Now, it's almost impossible to find out which line is safe to delete in here:
http://git.io/vO6Lz
I believe there are some unused lines.
jk
9 years, 7 months
JAX-RS endpoint for testing only
by John Sanda
I want to implement an endpoint that is deployed only for tests. If I could programmatically create JAX-RS resources, this this would be easy; however, I do not think it is supported. Does anyone have any recommendations on how to do this?
- John
9 years, 8 months