Skip to content

Commit

Permalink
Missing operator
Browse files Browse the repository at this point in the history
Former-commit-id: c7fd33a
Former-commit-id: 6dec6fe11469f9cbc9bc06693fbef59ce286e933
  • Loading branch information
JimBobSquarePants committed Mar 27, 2015
1 parent 382c8aa commit ca96260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ before_build:
- ps: Import-Module .\build\psake.psm1

build_script:
- ps: Invoke-Psake .\build\build.ps1 -properties @{"BuildNumber"=$env:APPVEYOR_BUILD_NUMBER;"AppVeyor"=$env:APPVEYOR;CoverallsRepoToken$env:COVERALLS_REPO_TOKEN}
- ps: Invoke-Psake .\build\build.ps1 -properties @{"BuildNumber"=$env:APPVEYOR_BUILD_NUMBER;"AppVeyor"=$env:APPVEYOR;"CoverallsRepoToken"=$env:COVERALLS_REPO_TOKEN}

#---------------------------------#
# tests configuration #
Expand Down

0 comments on commit ca96260

Please sign in to comment.