Skip to content
This repository was archived by the owner on Aug 24, 2022. It is now read-only.

Commit 25c1a4d

Browse files
committed
Added recursive submodules init for Travis.
1 parent 9ad5ac8 commit 25c1a4d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: csharp
22
solution: JSIL.sln
33

44
before_install:
5+
- git submodule update --init --recursive
56
- wget -P /tmp/ -N https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-central/jsshell-linux-x86_64.zip
67
- unzip -d /tmp/js /tmp/jsshell-linux-x86_64.zip
78
- export PATH=$PATH:/tmp/js

0 commit comments

Comments
 (0)