Skip to content

Commit

Permalink
updated travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas committed Oct 24, 2021
1 parent c5ae8a1 commit 0a4c6a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ before_script:
- cd build
- cmake ..

script: make && ./test/unit_tests
script:
- make
- ./test/unit_tests

matrix:
include:
Expand Down

0 comments on commit 0a4c6a0

Please sign in to comment.