Skip to content

Commit

Permalink
fixed travis and appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Kuehl committed Jan 7, 2019
1 parent b722e40 commit e645657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ before_script:
script:
- |
make
make test ARGS=-V
make check
after_success:
- |
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build_script:
- cmake --build . --config %configuration%

test_script:
- ctest --verbose
- make check

after_build:
- ps: |
Expand Down

0 comments on commit e645657

Please sign in to comment.