Skip to content

Commit

Permalink
Remove duplicate step from travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Holzworth committed Sep 18, 2020
1 parent 36679a6 commit b232e65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,6 @@ jobs:
# need to work around msys path conversion (https://github.com/docker/toolbox/issues/673)
- cmd //c docker run --rm -e TRAVIS_OS_NAME -e PKGVER -e TRAVIS_BUILD_NUMBER -v %cd%:C:\\apsimonr apsimonr
script:
- R -e "packrat::bundle(file = 'packrat/bundles/ApsimOnR-$TRAVIS_OS_NAME-bin_$PKGVER.$TRAVIS_BUILD_NUMBER.tar.gz', include.lib = T, omit.cran.src = T, include.src = F, include.bundles = F)"
- R -e "0" --args --bootstrap-packrat
- R -e "packrat::restore(restart = FALSE)"
- R CMD build .
Expand Down

0 comments on commit b232e65

Please sign in to comment.