From 1385e108c8621dcc90b725963f4521b255902041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Mart=C3=ADnez?= Date: Tue, 30 Apr 2019 16:20:36 +0200 Subject: [PATCH] Fix build issue with truffle --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 98ed1c4a..11b7cc43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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