mirror of
https://github.com/msberends/AMR.git
synced 2024-12-25 07:26:12 +01:00
fix Travis
This commit is contained in:
parent
c182a9673d
commit
cee64ef050
@ -4,12 +4,13 @@
|
||||
language: r
|
||||
r: 3.2
|
||||
r_packages: covr
|
||||
cache: packages
|
||||
|
||||
# system deps, install xclip for clipboard support
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
install:
|
||||
before_install:
|
||||
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get -qq update; fi
|
||||
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install -y xclip; fi
|
||||
- if [ $TRAVIS_OS_NAME = osx ]; then brew install xclip; fi
|
||||
|
Loading…
Reference in New Issue
Block a user