I hereby claim:
- I am joecohens on github.
- I am joecohens (https://keybase.io/joecohens) on keybase.
- I have a public key whose fingerprint is ADF7 F5E0 9575 DD74 6A63 0E01 4973 74B3 6C47 A0FD
To claim this, I am signing this object:
| { | |
| "build": { | |
| "env": { | |
| "NPM_RC": "@scaleapi-frontend-npmrc" | |
| } | |
| } | |
| } |
| @fortawesome:registry=https://npm.fontawesome.com/ | |
| //npm.fontawesome.com/:_authToken=${FONT_AWESOME_SECRET} |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| use Illuminate\Foundation\Testing\DatabaseTransactions; | |
| use Illuminate\Support\Facades\Artisan; | |
| abstract class AbstractTestCase extends TestCase | |
| { | |
| use DatabaseTransactions; | |
| /** |
| @servers(['staging' => 'server-dev', 'production' => 'server-prod']) | |
| @setup | |
| $branch = isset($branch) ? $branch : "master"; | |
| @endsetup | |
| @macro('deploy') | |
| update | |
| install | |
| @endmacro |
| set nocompatible " Disable vi-compatibility | |
| set t_Co=256 | |
| colorscheme xoria256 | |
| set guifont=menlo\ for\ powerline:h16 | |
| set guioptions-=T " Removes top toolbar | |
| set guioptions-=r " Removes right hand scroll bar | |
| set go-=L " Removes left hand scroll bar | |
| set linespace=15 |