Fix build issue with truffle
This commit is contained in:
parent
77cf1fc544
commit
1385e108c8
|
@ -24,7 +24,7 @@ before_install:
|
|||
- sudo apt-get -y install python-pip python-dev
|
||||
- pip install awscli --upgrade --user
|
||||
# Install truffle
|
||||
- sudo npm install -g truffle
|
||||
- npm install -g truffle
|
||||
before_script:
|
||||
# Used in the tests of the project
|
||||
- export NODE_ENV=testing
|
||||
|
|
Loading…
Reference in New Issue