Fix Pester path for Travis

This commit is contained in:
Andrew Schwartzmeyer 2016-04-01 21:02:15 -07:00
parent c66375e82d
commit f3f0bc0b11

View file

@ -5,7 +5,7 @@ git:
submodules: false
before_install:
- git config --global url.git@github.com:.insteadOf https://github.com/
- git submodule update --init -- src/windows-build src/Microsoft.PowerShell.Linux.Host/Modules/Pester src/libpsl-native/test/googletest
- git submodule update --init -- src/windows-build src/Modules/Pester src/libpsl-native/test/googletest
- ./bootstrap.sh
- ./download.sh
- sudo dpkg -i ./powershell.deb