Open maurolepore opened 5 years ago
checking whether package ‘fgeo.krig’ can be installed ... WARNING Found the following significant warnings: Warning: no DISPLAY variable so Tk is not available
I fixed this by adding this to .travis.yml (solution from https://github.com/travis-ci/travis-ci/issues/6987)
before_install: - export DISPLAY=:99.0
I fixed this by adding this to .travis.yml (solution from https://github.com/travis-ci/travis-ci/issues/6987)