docker-images
docker-images copied to clipboard
:ship: Basic images for different usages
Currently it not possible to use phaudit with projects written in PHP7 (since tools like phpmetrics relies on reflections).
Would be nice to have fixed versions and not always latest.
Travis provides a `travis_retry` function that eases retrying commands (in particular for temporary networking issues). > […] you can wrap commands using the function `travis_retry` which checks the return code...
Hello, It could be cool to install rubygems by default as this is useful for some projects to run their test suite... Don't know really what is the best strategy...
problem: symlinks are not absolute show: ls -g $(npm -g root) #print relative symlinks for installed node packages solution: npm install -g npm@2 npm update -g npm