Skip to content

Commit

Permalink
First travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Jul 30, 2015
1 parent ead3482 commit 6295fc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/linux.win32.script.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export CMAKE_OPTS="-DUSE_WERROR=ON"
../build_mingw32 || ../build_mingw32
../cmake/scripts/build_mingw32 || ../cmake/scripts/build_mingw32
2 changes: 1 addition & 1 deletion .travis/linux.win64.script.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export CMAKE_OPTS="-DUSE_WERROR=ON"
../build_mingw64 || ../build_mingw64
../cmake/scripts/build_mingw64 || ../cmake/scripts/build_mingw64

0 comments on commit 6295fc6

Please sign in to comment.