Skip to content

Commit

Permalink
chore: more travis and codecov stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Oct 4, 2016
1 parent 709e03f commit 2116f5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,5 +1,6 @@
language: node_js
sudo: false
sudo: required
dist: trusty
node_js:
- "6"
- "4"
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# postgrest-url
# postgrest-url [![Build Status](https://travis-ci.org/hugomrdias/postgrest-url.svg?branch=master)](https://travis-ci.org/hugomrdias/postgrest-url) [![codecov](https://codecov.io/gh/hugomrdias/postgrest-url/branch/master/graph/badge.svg)](https://codecov.io/gh/hugomrdias/postgrest-url)
> Build urls for PostgREST
This is for advanced users.
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -42,6 +42,7 @@
"babel-cli": "6.16.0",
"babel-plugin-add-module-exports": "0.2.1",
"babel-preset-es2015": "6.16.0",
"babel-register": "6.16.3",
"babelify": "7.3.0",
"browserify": "13.1.0",
"codecov": "1.0.1",
Expand Down

0 comments on commit 2116f5e

Please sign in to comment.