Skip to content

Commit

Permalink
Allow Qt 5.3 msvc2013 opengl release buid failures
Browse files Browse the repository at this point in the history
The previous commit (9ee8e0e)
accidentally allowed the wrong (64-bit) build to fail, whereas this
change allows the 32-bit build to fail instead (issue #61).
  • Loading branch information
pcolby committed Dec 8, 2015
1 parent 9ee8e0e commit b45fe38
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 @@ -15,7 +15,7 @@ environment:

matrix:
allow_failures:
- QTDIR: C:\Qt\5.3\msvc2013_64_opengl
- QTDIR: C:\Qt\5.3\msvc2013_opengl
configuration: release

configuration:
Expand Down

0 comments on commit b45fe38

Please sign in to comment.