Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
Updates for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalsh committed Jul 27, 2015
1 parent ea1fe9c commit 472a221
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .travis.yml
@@ -1,9 +1,14 @@
language: node_js

node_js:
- '0.10'
- '0.12'

addons:
postgresql: "9.4"

before_script:
- psql -c 'create database opendatacensus_test;' -U postgres

env:
global:
# GOOGLE_USER
- secure: "EYs7L6vW8RQNmZs08ctEz55VTi0lS2HTlvsgprXq/B5iaFsNZgSlzA407xvNjNh51PUJZ+CLAI5QfBKU5TTAwHS4EZW1ObyOlHmVl2PfRmpsC97HYOkfgPD94axnAwRoHnNbXYqf2Dq3mnvYYdyDYs3Eo43bRN/tyPSsMmAUF4U="
# GOOGLE_PASSWORD
- secure: "By8qN+uDdvbGlIDjAwSd/GOgaqmilUc4MKuyvpyBQh3VLM9NZw/JNmTnWdvUNLhApPCVZA57ov46fKVepaUmj3KipKouOndXhJV2Lc63zHeB7jKlUKKLt2vR+q+DPYe3+Wt5Q6I5buyM/lhmk/wxHqL2LN42sSWLZQBxpywDvGc="
- NODE_ENV="test"
- DB_USER="postgres"

0 comments on commit 472a221

Please sign in to comment.