Skip to content

Commit

Permalink
REmove unnecessary custom code
Browse files Browse the repository at this point in the history
  • Loading branch information
rstub committed Jun 27, 2019
1 parent d77c521 commit b182aef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,3 @@ brew_packages:
before_install:
- test "$TRAVIS_OS_NAME" == "linux" && sh .travis/before_install_linux.sh || true
- test "$TRAVIS_OS_NAME" == "osx" && sh .travis/before_install_osx.sh || true
script:
- test "$TRAVIS_OS_NAME" == "linux" && export LD_PRELOAD="/usr/local/lib64/libmkl_core.so:/usr/local/lib64/libtbb.so.2:/usr/local/lib64/libmkl_tbb_thread.so" || true
- export PKG_TARBALL=RcppArrayFire_$(grep '^Version:' DESCRIPTION | grep -oE '[0-9\.]+').tar.gz
- R CMD build --no-manual .
- R CMD check --no-manual $PKG_TARBALL

0 comments on commit b182aef

Please sign in to comment.