Skip to content

Commit

Permalink
fix-libtcc step not needed on ubuntu focal
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos committed Jan 2, 2021
1 parent d766d6d commit 124bc21
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 @@ -15,12 +15,12 @@ matrix:
dist: focal
script:
- sudo apt install libtcc-dev
- ./configure --with-target=release --enable-jit && sudo make fix-libtcc wsi
- ./configure --with-target=release --enable-jit && sudo make wsi
- language: c
dist: focal
script:
- sudo apt install libtcc-dev
- ./configure --with-target=coverage --enable-jit && sudo make fix-libtcc wsi test
- ./configure --with-target=coverage --enable-jit && sudo make wsi test
after_success:
- bash <(curl -s https://codecov.io/bash)
cache: apt

0 comments on commit 124bc21

Please sign in to comment.