We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501bb95 commit 6485dc0Copy full SHA for 6485dc0
.travis.yml
@@ -11,14 +11,11 @@ env:
11
- R_BUILD_ARGS="--no-build-vignettes --no-manual"
12
- R_CHECK_ARGS="--no-build-vignettes --no-manual --as-cran"
13
- RunAllRcppTests="yes"
14
- - CC="gcc-4.7"
15
- - CXX="g++-4.7"
16
17
before_install:
18
- curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
19
- chmod 755 ./travis-tool.sh
20
- ./travis-tool.sh bootstrap
21
- - ./travis-tool.sh install_aptget gcc-4.7 g++-4.7
22
23
install:
24
- ./travis-tool.sh install_r RUnit inline rbenchmark highlight
0 commit comments