Website for Travis-Util
pygmentize -O linenos=1 <file>.html # Yet to test!
pygmentize -f html -O style=vim,linenos=1,full <file>.html | elinks -force-html -dump -dump-color-mode 1
pygmentize -P style=vim -f html -O full -P linenos=1 hello.js | elinks -force-html -dump-color-mode 1 -dump
php -s <file>.php | elinks -force-html -dump -dump-color-mode 1
pygmentize -O linenos=1 <file>.py
pygmentize -f html -O style=vim,linenos=1,full <file>.py | elinks -force-html -dump -dump-color-mode 1
pygmentize -O style=manni -f 256 <file>.yaml
pygmentize -f html -O style=vim,linenos=1,full <file>.yaml | elinks -force-html -dump -dump-color-mode 1
- |
- |
composer create-project --no-install symfony/skeleton
cd skeleton
composer config bin-dir bin
composer install
Multiple lines can be made a single “virtual line” because of the way that Travis munges each line before executing it to print out the exit status. It’s okay for it to be on multiple physical lines, so long as you remember:
- There can’t be any leading “-“s - All newlines will be removed, so use “;”s
Other references