Skip to content

Commit

Permalink
Merge pull request #114 from FAC-Sixteen/fix/tests
Browse files Browse the repository at this point in the history
Fix/tests
  • Loading branch information
Dalmano authored May 23, 2019
2 parents 12d1b85 + b7b3dec commit 729dda6
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 172 deletions.
22 changes: 14 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
sudo: false
language: node_js
node_js:
- "node"
env:
- NODE_ENV=test
services:
- postgresql
before_script:
- psql -c 'create database travis_ci_test;' -U postgres
script: npm test
- "10"
branches:
only:
- master
cache:
directories:
- node_modules
before_install:
- npm update
install:
- npm install
script:
- npm test
Loading

0 comments on commit 729dda6

Please sign in to comment.