Skip to content

Commit

Permalink
revert(CI): Remove the already installed software
Browse files Browse the repository at this point in the history
  • Loading branch information
marktwtn committed Sep 27, 2019
1 parent 01cb874 commit 44a016c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ compiler:
- gcc

before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y build-essential util-linux gawk; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y build-essential; fi

script:
- make check

0 comments on commit 44a016c

Please sign in to comment.