Skip to content

Commit

Permalink
correct whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Sep 4, 2020
1 parent 183800b commit 00ccb46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ env:
PKG_TGZ="${PKG_NAME}_${PKG_VER}.tar.gz"

before_install:
- docker pull ${DOCKER_CNTR}
- docker run ${DOCKER_OPTS} ${DOCKER_CNTR} r -p -e 'sessionInfo()'
- docker pull ${DOCKER_CNTR}
- docker run ${DOCKER_OPTS} ${DOCKER_CNTR} r -p -e 'sessionInfo()'

install:
- docker run ${DOCKER_OPTS} ${DOCKER_CNTR} R CMD build ${R_BLD_CHK_OPTS} .
- docker run ${DOCKER_OPTS} ${DOCKER_CNTR} R CMD build ${R_BLD_CHK_OPTS} .

script:
- docker run ${DOCKER_OPTS} ${DOCKER_CNTR} R CMD check ${R_BLD_CHK_OPTS} ${PKG_TGZ}
- docker run ${DOCKER_OPTS} ${DOCKER_CNTR} R CMD check ${R_BLD_CHK_OPTS} ${PKG_TGZ}

notifications:
email:
Expand Down

0 comments on commit 00ccb46

Please sign in to comment.