Browse Source

Missing operator

Former-commit-id: a5e651a5aa529e9467c83d86dfce842da3372189
Former-commit-id: 8410f23e4d122fd87f2d9a4d596d377c7717a2aa
Former-commit-id: 51466d02f258b919c93946b712685817d6cee074
pull/17/head
James South 11 years ago
parent
commit
015626c8e1
  1. 2
      appveyor.yml

2
appveyor.yml

@ -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 #

Loading…
Cancel
Save