Skip to content

Commit

Permalink
Fixes travis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tinganho committed Jun 24, 2017
1 parent b319742 commit 9bed863
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ script:
- cmake -DCMAKE_CXX_COMPILER=$COMPILER .. && make
- ../bin/run-tests
- cd ../src/Extensions/JavaScript
- tsc
- ../../../bin/l10ns extension-run-tests

# Handle git submodules by ourselves.
Expand All @@ -22,6 +23,10 @@ before_install:
- sed -i 's/[email protected]:/https:\/\/github.com\//' .gitmodules
- git submodule update --init --recursive

# nodejs
- curl -sL https://deb.nodesource.com/setup_7.x | bash
- npm install typescript

# libmicrohttpd
- wget http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.52.tar.gz
- tar -xvf libmicrohttpd-0.9.52.tar.gz
Expand Down

0 comments on commit 9bed863

Please sign in to comment.