Skip to content

Commit 59853fd

Browse files
committed
added note to .travis.yml about need for hightlight 0.4.4.1
according to Romain a newer one works as well
1 parent 889358a commit 59853fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ before_install:
2323
- sudo apt-get update -q
2424

2525
install:
26+
## note that we currently depend on highlight 0.4.4.1 from the PPA as 0.4.5 has issues
2627
- ./travis-tool.sh install_aptget r-cran-runit r-cran-inline r-cran-rbenchmark r-cran-highlight r-cran-pkgkitten
2728

2829
script:

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
* inst/include/RcppCommon.h: Move headers into major/minor protection
4949
* inst/include/Rcpp/r/headers.h: New file
50-
50+
5151
2015-03-04 Dirk Eddelbuettel <[email protected]>
5252

5353
* DESCRIPTION: Release 0.11.5

0 commit comments

Comments
 (0)