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

Commit

Permalink
fix travis issue 2nd attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
genediazjr committed Aug 25, 2016
1 parent 6c90113 commit 2df20cc
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: node_js
node_js:
- "6"
- "4"

sudo: false
dist: trusty

sudo: required

env:
- CC=clang CXX=clang++ npm_config_clang=1

addons:
postgresql: 9.5
Expand All @@ -13,4 +15,13 @@ addons:
packages:
- g++-4.8

matrix:
include:
- node_js: "4"
addons:
postgresql: "9.5"
- node_js: "6"
addons:
postgresql: "9.5"

after_script: NODE_ENV=test lab --coverage-exclude static -r lcov | ./node_modules/.bin/coveralls

0 comments on commit 2df20cc

Please sign in to comment.