Browse Source

Missing operator

Former-commit-id: c7fd33ab27d2c97e30424c6bd5272584fe170969
Former-commit-id: 6dec6fe11469f9cbc9bc06693fbef59ce286e933
Former-commit-id: ca96260dd1b1c20d0570cdcd7461cacfb07220d6
pull/17/head
James South 11 years ago
parent
commit
c1010e932e
  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