Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Merge branch 'bug/fixYarnTravisIssue' of github.com:storj/service-sto…
Browse files Browse the repository at this point in the history
…rage-models

* 'bug/fixYarnTravisIssue' of github.com:storj/service-storage-models:
  more testing
  test moar
  moar testing
  More tesitng
  Testing manually installing yarn
  More travis file updates
  Updates to travis to find yarn issue
  • Loading branch information
bryanchriswhite committed Feb 10, 2017
1 parent b8c27bb commit 1ef6ab0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
language: node_js
node_js:
- "6.9.1"

sudo: required

services:
- mongodb

addons:
apt:
sources:
Expand All @@ -11,6 +15,15 @@ addons:
packages:
- mongodb-org-server
- mongodb-org-shell

cache:
yarn: true
directories:
- node_modules

install:
- npm install

after_script:
- npm run coverage
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls

0 comments on commit 1ef6ab0

Please sign in to comment.