Skip to content

Commit

Permalink
Fix travis build (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
uivlis committed Jul 31, 2020
1 parent 462507b commit a60a28a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV PYTHONPATH "/usr/lib/python3.8/:/usr/local/lib/python3.8/dist-packages/:/wor

COPY package.json /work/
RUN cd /work && npm install
ENV PATH="/work/node_modules/.bin:${PATH}"
ENV PATH="/work/node_modules/.bin/:${PATH}"

# Pin to specific version that's guaranteed to work
RUN pip3 install pipenv
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint:js": "eslint test/** migrations/**",
"lint": "npm run lint:js",
"publish": "truffle publish",
"test": "truffle test",
"test": "npx truffle test",
"coverage": "./node_modules/.bin/solidity-coverage"
},
"repository": {
Expand Down

0 comments on commit a60a28a

Please sign in to comment.