Skip to content

Commit

Permalink
stop building book on MacOS travis box. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
floswald committed Sep 9, 2018
1 parent 7147aea commit dca3e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ before_script:
script:
- R CMD build .
- R CMD INSTALL *tar.gz
- if [ $TRAVIS_OS_NAME = osx ]; then R CMD check *tar.gz && ./_build.sh; fi
- if [ $TRAVIS_OS_NAME = osx ]; then R CMD check *tar.gz ; fi
- if [ $TRAVIS_OS_NAME = linux ]; then R CMD check *tar.gz && ./_build.sh && ./_deploy.sh; fi

0 comments on commit dca3e10

Please sign in to comment.