napalm-automation-community / napalm-asa

napalm-asa
Apache License 2.0
17 stars 13 forks source link

Ensure CI is working #3

Closed dbarrosop closed 6 years ago

DiogoAndre commented 6 years ago

Hey @dbarrosop, can you help get Travis working? thx!

dbarrosop commented 6 years ago

what do you need?

DiogoAndre commented 6 years ago

I don't have a .travis.yml yet, but from the other community drivers I could see they use something referring to your credentials:

deploy:
  provider: pypi
  user: dbarroso
  password:
    secure:

That's probably from when they belonged to the main napalm-automation repository. If that is no longer necessary I can just use my own. What do you think?

dbarrosop commented 6 years ago

totally, you can use your own

DiogoAndre commented 6 years ago

Fixed in d7809cc