Fix build issue with truffle

This commit is contained in:
Germán Martínez 2019-04-30 16:20:36 +02:00
parent 77cf1fc544
commit 1385e108c8
1 changed files with 1 additions and 1 deletions

View File

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