Skip to content

Commit

Permalink
Merge 8b5857c into c00b7cd
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Sep 18, 2019
2 parents c00b7cd + 8b5857c commit b6e1000
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ script:
coveralls-lcov --repo-token ${COVERALLS_REPO_TOKEN} coverage.info ;
fi
- echo -e "travis_fold:end:COVERALLS folding ends"
- ./bench

addons:
apt:
Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ build_script:

test_script:
- cd build
- if exist %configuration% (cd "%configuration%")
- if exist %configuration% (cd "%configuration%")
- call "tests.exe"
- call "bench.exe"

0 comments on commit b6e1000

Please sign in to comment.