Skip to content

Commit

Permalink
Fixed server tests in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
oktay-sen committed Jan 26, 2019
1 parent 1779c7e commit 30863d5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@ matrix:
include:
- language: node_js
node_js: "node"
before_script:
- cd server
before_install:
- cd server
install:
- nvm install node
- node -v
- npm install

0 comments on commit 30863d5

Please sign in to comment.