Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos committed Jan 2, 2021
1 parent 124bc21 commit 2fb1cf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ matrix:
- language: c
dist: focal
script:
- sudo apt install libtcc-dev
- sudo apt install libtcc-devel
- ./configure --with-target=release --enable-jit && sudo make wsi
- language: c
dist: focal
script:
- sudo apt install libtcc-dev
- sudo apt install libtcc-devel
- ./configure --with-target=coverage --enable-jit && sudo make wsi test
after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 2fb1cf7

Please sign in to comment.