From 67a230c46b97986982bc823ab87689ab398d73e8 Mon Sep 17 00:00:00 2001 From: Tingan Ho Date: Sun, 20 Aug 2017 15:42:18 +0200 Subject: [PATCH] Fixes CI build --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c7530dd4..6ad0dc92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,11 +28,12 @@ before_install: # nodejs - curl -sL https://deb.nodesource.com/setup_7.x | sudo bash + - sudo apt-get update -y - sudo apt-get install nodejs - - sudo npm install typescript -g + - sudo npm install typescript tslint -g # libmicrohttpd - - wget http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.52.tar.gz + - curl -O http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.52.tar.gz - tar -xvf libmicrohttpd-0.9.52.tar.gz - cd libmicrohttpd-0.9.52 - ./configure && make