Skip to content

Instantly share code, notes, and snippets.

@sheki
Created February 5, 2016 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sheki/fea3bbba73300726e970 to your computer and use it in GitHub Desktop.
Save sheki/fea3bbba73300726e970 to your computer and use it in GitHub Desktop.
pbcopy
sudo: false
language: node_js
env:
- BRIGHT_ENV=travis
before_install:
- rm -f node_modules
before_script:
- pip install pgxnclient --user `whoami`
- sudo pgxn install plv8
- psql -c 'DROP DATABASE IF EXISTS test;' -U postgres
- psql -c 'CREATE DATABASE test' -U postgres
addons:
postgresql: "9.4"
apt:
- libv8-dev
node_js:
- "stable"
services:
- docker
- postgresql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment