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

Commit

Permalink
simplify config
Browse files Browse the repository at this point in the history
  • Loading branch information
genediazjr committed Aug 25, 2016
1 parent 303408b commit 044d65a
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,17 @@ node_js:
- "6"
- "4"

dist: trusty

sudo: required

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

addons:
postgresql: 9.5
postgresql: "9.5"
apt:
sources:
- ubuntu-toolchain-r-test
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 044d65a

Please sign in to comment.