Skip to content

Commit

Permalink
Remove xsel installation in travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Korsbo committed Oct 20, 2020
1 parent 2b528de commit 24d3865
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ notifications:
email: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- sudo apt-get -y install xclip
- julia --project -e 'using Pkg; Pkg.test("Latexify"; coverage=true)'
after_success:
# push coverage results to Coveralls and Codecov
Expand Down

0 comments on commit 24d3865

Please sign in to comment.