Skip to content

Commit

Permalink
Try installing tar to see if we can get the gnu version
Browse files Browse the repository at this point in the history
  • Loading branch information
benfulton committed Jan 22, 2020
1 parent 0e5ab0a commit eb4c251
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ compiler:
- gcc
# - clang # Don't compile in clang until openmp errors can be resolved
before_install:
- sudo apt-get install cpputest doxygen graphviz latexmk pandoc texlive-latex-extra texlive-fonts-recommended
- sudo apt-get install cpputest doxygen graphviz latexmk pandoc texlive-latex-extra texlive-fonts-recommended tar
script:
- cd $TRAVIS_BUILD_DIR
- autoconf
- ./configure
- make
- make docs
- make test
- tar --version
- make dist
- test/runtests
notifications:
Expand Down

0 comments on commit eb4c251

Please sign in to comment.