Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shiraji/travis-ci-config-test

For modifying travis ci script
https://github.com/shiraji/travis-ci-config-test

Last synced: 23 days ago
JSON representation

For modifying travis ci script

Awesome Lists containing this project

README

        

# travis-ci-config-test

* Copy .travis.yml and .travis/after_success.sh
* `chmod a+x .travis/after_success.sh`
* Add command below `# do whatever i want` on after_success.sh
* Change build command `- echo "FOO"` on .travis.yml
* `travis encrypt-file SSH-FILE --add` to add travis.enc
* Change .travis.yml's SSH-FILE to `.travis.ssh`