Skip to content

Commit

Permalink
Merge pull request #93 from ekonstantinidis/travis-node-version
Browse files Browse the repository at this point in the history
Travis - Specify Node Version
  • Loading branch information
ekonstantinidis committed May 25, 2016
2 parents b529776 + 205f096 commit 7140f44
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ env:
- DJANGO_VERSION=1.8
- DJANGO_VERSION=1.9

cache:
- pip
- directories:
- rest_framework_docs/static/node_modules/

before_install:
- nvm install 5

install:
- cd rest_framework_docs/static/ && npm install && cd ../../
- pip install -r requirements.txt
Expand Down
11 changes: 11 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
coverage:
precision: 2
round: down
range: "70...100"

status:
project: false
patch: false
changes: false

comment: off

0 comments on commit 7140f44

Please sign in to comment.