Skip to content

Commit

Permalink
Fixes CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tingan Ho committed Aug 20, 2017
1 parent 44f2b11 commit 67a230c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67a230c

Please sign in to comment.