Skip to content

Commit

Permalink
Remove vue test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Feb 16, 2019
1 parent 6532752 commit 391c558
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,14 @@ matrix:
- docker run -d -p 27017:27017 mongo
- docker ps -a
script: pytest

- language: node_js
node_js:
- 8
- node
cache: npm
before_install:
- npm install -g npm@latest
- cd client
install:
- npm i
script: npm test


# - language: node_js
# node_js:
# - 8
# - node
# cache: npm
# before_install:
# - npm install -g npm@latest
# - cd client
# install:
# - npm i
# script: npm test

0 comments on commit 391c558

Please sign in to comment.