Skip to content

Commit

Permalink
Remove cache from CI config
Browse files Browse the repository at this point in the history
Travis cache was reason of CI errors
  • Loading branch information
imago-dzarne committed Nov 8, 2019
1 parent 8f7b883 commit d92e5dc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install:
- pip install pylint
# for eslint
- npm install ms
- npm install --only=dev
- npm install

before_script:
- psql -c 'create database test;' -U postgres
Expand All @@ -36,7 +36,3 @@ script:
- find -name "*.py" -not -path "./server/alembic/versions/*" -not -path "./.git/*" ! -name "setup.py" | xargs pylint --disable=R0801
- python3 -m tornado.testing server/test/runtests.py
- npm run lint

cache:
directories:
- node_modules

0 comments on commit d92e5dc

Please sign in to comment.