Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
updated init.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
scrthq committed Jul 9, 2017
1 parent 3bc8f2a commit aebc35d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ci/init.ps1
@@ -1,5 +1,13 @@
param($Task = 'Default')

Write-Host "
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Current directory: $($pwd.Path)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
"

if ($env:TRAVIS) {
Write-Host -ForegroundColor Yellow "===============================
Build system: Travis CI
Expand Down Expand Up @@ -37,8 +45,6 @@ else {
Install-Module Psake, PSDeploy, Pester, BuildHelpers, Coveralls -Force -Scope CurrentUser -AllowClobber
Import-Module Psake, BuildHelpers, Coveralls

Set-Location ..

Set-BuildEnvironment

#Set-Location $PSScriptRoot
Expand Down

0 comments on commit aebc35d

Please sign in to comment.