Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shiraji/travis-ci-config-test
- Owner: shiraji
- License: mit
- Created: 2016-04-14T07:06:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-28T11:17:31.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T02:41:48.059Z (2 months ago)
- Language: Shell
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`