Getting started — TravisPy 0.3.3 documentation

https://www.flowdock.com/app/gluejar/gitenberg/threads/deGKp69fBuLeOC0txIpcsA9mMvl?filter=search&query=travis --> discussion about travis setup releases

(gb_metadata)hyptyposis-2014:Frankenstein_84 raymondyee$ travis setup releases --force
Username: rdhyee
Password for rdhyee: ************
File to Upload: Frankenstein.epub
Deploy only from rdhyee/Frankenstein_84? |yes| 
Encrypt API key? |yes|

Will this deletion be a problem?

skip_cleanup: true

might be able to use https://github.com/travis-ci/travis.rb#encrypt to do encryption

https://github.com/travis-ci/travis-ci/issues/2457#issuecomment-47113151:

  • Go to settings->applications in the GitHub UI. Create a new token, removing every permission except repo.
  • Copy the private key and run travis encrypt <key> --add deploy.api-key with the travis command line tool, which will encrypt and add the key.

Huckleberry Finn

https://github.com/rdhyee/Adventures-of-Huckleberry-Finn_76

  • forked repo and cloning: git clone git@github.com:rdhyee/Adventures-of-Huckleberry-Finn_76.git
  • cd ~/C/src/Adventures-of-Huckleberry-Finn_76
  • travis sync
  • travis enable

gitenberg

  • I cloned gitenberg/Adventures-of-Huckleberry-Finn_76 to

/Users/raymondyee/C/src/gitenberg/Adventures-of-Huckleberry-Finn_76


In [ ]:
template for .travis.yml