Fix build issue with truffle

This commit is contained in:
Germán Martínez 2019-04-30 16:48:24 +02:00
parent 1385e108c8
commit 2d9e938d46

View File

@ -24,7 +24,7 @@ before_install:
- sudo apt-get -y install python-pip python-dev
- pip install awscli --upgrade --user
# Install truffle
- npm install -g truffle
- yarn global add truffle
before_script:
# Used in the tests of the project
- export NODE_ENV=testing