Skip to content

Commit

Permalink
bug(Code climate fails):Code climate fails
Browse files Browse the repository at this point in the history
Code climate fails
[Starts #165672615]
  • Loading branch information
Cavdy committed Apr 29, 2019
1 parent 403749e commit a3e82b4
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
language: node_js
node_js:
- "8"
before_install: cd ./server
install:
- npm install
---
after_success:
- npm run coverage
cache:
directories:
- "node_modules"
- "npm run coverage"
before_install: "cd ./server"
cache:
directories:
- node_modules
env:
global:
- CODECLIMATE_REPO_TOKEN=c14abfc89b0eb06fcb10f480f4b3e47142ac181c60c21f0131b570e72b1fbeb7
script:
- npm run test
services:
- postgresql
global:
- CODECLIMATE_REPO_TOKEN=c09035864cd06d42ffb61e928d0e11e72fec9e76ce651c8898f874f83c28a63a
- JWTSECRETKEY=5634
- "DB_CONFIG=postgres://xwrxubeu:u4wOQ6oxpvRCK6yWk5qK4rzaiisTPeoN@isilo.db.elephantsql.com:5432/xwrxubeu"
install:
- "npm install"
language: node_js
node_js:
- "8"
script:
- "npm run test"
services:
- postgresql

0 comments on commit a3e82b4

Please sign in to comment.