Skip to content

Instantly share code, notes, and snippets.

@pvhee
pvhee / .travis.yml
Last active August 29, 2015 14:06 — forked from iamEAP/.travis.yml
language: php
#
# Important to note, this is the version of PHP used to run this build, not the
# one used to run your Drupal installation. Ensure compatibility with the Drush
# and Terminus versions you're using for this build.
#
php:
- 5.3
@pvhee
pvhee / 0_reuse_code.js
Created July 17, 2014 17:40
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
@pvhee
pvhee / starter.make
Created September 26, 2011 14:10 — forked from brockboland/starter.make
Basic Drush Make starter file
; Basic Drush Make file
; See the Drush Make prject page for info:
; http://drupal.org/project/drush_make
; This file by Brock Boland [[email protected]]
;
; This file is also on GitHub:
; http://gist.github.com/404528
; Core version
; ------------