As a user I want the travis sub-generator to prompt me with a question like the following:
Select build artifacts that you would like to persist to Amazon S3:
[ ] npm-debug.log
[ ] some other artifact..
If I decided to persist any artifacts, then I should be prompted for S3 credentials, bucket to store in, etc.
To me, this sub-generator would simply add commands to be run in the after_script portion of the .travis.yml file. The commands that are added would use some helper scripts that are either added to the .travis.yml or are in some directory like .build.
As a user I want the travis sub-generator to prompt me with a question like the following:
If I decided to persist any artifacts, then I should be prompted for S3 credentials, bucket to store in, etc.
To me, this sub-generator would simply add commands to be run in the
after_script
portion of the.travis.yml
file. The commands that are added would use some helper scripts that are either added to the.travis.yml
or are in some directory like.build
.