Skip to content

Commit

Permalink
remove r devel for now
Browse files Browse the repository at this point in the history
  • Loading branch information
timcdlucas committed Apr 18, 2020
1 parent b784c7b commit 27e6672
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ sudo: required

before_install:
- sudo apt-get install texinfo
- if [[ "$TRAVIS_R_VERSION_STRING" = 'devel' ]]; then mkdir ~/.R && echo 'CXX1X=g++ -std=c++0x -g -O2 -fPIC' > ~/.R/Makevars; fi



Expand Down Expand Up @@ -44,8 +43,8 @@ matrix:
include:
- os: linux
r: release
- os: linux
r: devel
# - os: linux
# r: devel
- os: linux
r: release
env: NOT_CRAN=true
Expand Down

0 comments on commit 27e6672

Please sign in to comment.