Skip to content

Commit

Permalink
Switch to focal and make tests only if make build succeeds
Browse files Browse the repository at this point in the history
  • Loading branch information
LocutusOfBorg committed Nov 30, 2020
1 parent 1417172 commit af61380
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ compiler:
- gcc
- clang

dist: focal

os:
- osx
- linux
Expand Down Expand Up @@ -150,8 +152,7 @@ script:
- mkdir build
- cd build
- cmake -DENABLE_TESTS=On $BUILD_ARGS ..
- make
- make test_verbose
- make && make test_verbose

notifications:
irc:
Expand Down

0 comments on commit af61380

Please sign in to comment.