Skip to content

Instantly share code, notes, and snippets.

View reynaldm's full-sized avatar

Reynald Mandel reynaldm

View GitHub Profile
@reynaldm
reynaldm / .travis-composer-config.json
Created March 28, 2014 14:23
Travis basic but complete configuration file
{
"config":{
"github-oauth":{
"github.com":"my_project_composer_token"
}
}
}
@reynaldm
reynaldm / 0_reuse_code.js
Created March 27, 2014 16:35
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console