Browse Source

Travis

master
boB Rudis 6 years ago
parent
commit
79593b0089
No known key found for this signature in database GPG Key ID: 2A514A4997464560
  1. 2
      .travis.yml

2
.travis.yml

@ -35,7 +35,7 @@ matrix:
before_script:
- sh -e /etc/init.d/xvfb start
- sleep 3
- if [ "$TRAVIS_CLIP" == "xclip" ]; then uptime | xclip -i -sel p -f | xclip -i -sel c; xclip -o -sel clipboard; fi
- if [ "$TRAVIS_CLIP" == "xclip" ]; then uptime | xclip -i -sel p -f | xclip -i -sel c; xclip -o -sel clipboard; fi
after_success:
- Rscript -e 'covr::codecov()'

Loading…
Cancel
Save