Created
February 5, 2016 23:33
-
-
Save sheki/fea3bbba73300726e970 to your computer and use it in GitHub Desktop.
pbcopy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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