Browse Source

hunspell dep causing issues in r-devel

tags/0.8.0
boB Rudis 5 years ago
parent
commit
708132b576
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 3
      .travis.yml

3
.travis.yml

@ -11,7 +11,6 @@ matrix:
- os: linux
dist: precise
sudo: false
r: devel
before_install:
- mkdir -p ~/.R
- echo 'CXX1X=g++ -std=c++0x -g -O2 -fPIC' > ~/.R/Makevars
@ -42,4 +41,4 @@ after_success:
notifications:
email:
on_success: change
on_failure: change
on_failure: change

Loading…
Cancel
Save