Skip to content

Instantly share code, notes, and snippets.

@cotsog
Forked from sheki/travis.yml
Created February 10, 2016 02:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cotsog/e621359e70da9796515e to your computer and use it in GitHub Desktop.
Save cotsog/e621359e70da9796515e 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