travis_ci_process.txt 976 B

1234567891011121314151617181920212223242526
  1. $ tar -cvpf travis_test_env.tar tests/etc/*.yml
  2. tests/etc/commands.yml
  3. tests/etc/responses.yml
  4. tests/etc/test_devices.yml
  5. $ tar -tvpf travis_test_env.tar
  6. -rw-rw-r-- kbyers/kbyers 1776 2015-05-03 18:34 tests/etc/commands.yml
  7. -rw-rw-r-- kbyers/kbyers 1423 2015-05-03 18:35 tests/etc/responses.yml
  8. -rw-rw-r-- kbyers/kbyers 635 2015-05-15 11:01 tests/etc/test_devices.yml
  9. $ travis login
  10. We need your GitHub login to identify you.
  11. This information will not be sent to Travis CI, only to api.github.com.
  12. The password will not be displayed.
  13. Try running with --github-token or --auto if you don't want to enter your password anyway.
  14. $ mv travis_test_env.tar.enc travis_test_env.tar.enc_old
  15. $ travis encrypt-file travis_test_env.tar
  16. encrypting travis_test_env.tar for ktbyers/netmiko
  17. storing result as travis_test_env.tar.enc
  18. storing secure env variables for decryption
  19. Please add the following to your build script (before_install stage in your .travis.yml, for instance):