Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Move image tests into e2e, where they belong
Browse files Browse the repository at this point in the history
  • Loading branch information
imurchie committed Jul 12, 2018
1 parent 699aeb3 commit e89d9d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ addons:
install:
- npm install
- CXX=clang++-5.0 CC=clang-5.0 npm i opencv4nodejs
script:
- npm run test
- npm run e2e-test
after_success:
- gulp coveralls
File renamed without changes.

0 comments on commit e89d9d9

Please sign in to comment.