Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ matrix:
- pip freeze
- pip uninstall numpy -y && pip install numpy==1.15.4 # FIXME: Temporary fix as f2py is buggy on numpy 1.16.0
- sudo apt-get install gfortran
- pip install Sphinx sphinx_bootstrap_theme sphinx-autodoc-typehints m2r cffi
- pip install Sphinx==2.4.* sphinx_bootstrap_theme sphinx-autodoc-typehints m2r cffi
- sudo apt install snapd
- sudo snap install dotnet-sdk --classic
install:
Expand All @@ -31,6 +31,7 @@ matrix:
before_install:
- Rscript -e 'install.packages("devtools", dependencies = TRUE)'
- cd $TRAVIS_BUILD_DIR/src/r
- touch NAMESPACE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also since we did not commit RcppExports.R, when fresh installing, devtools::document() sometimes will not run Rcpp::compileAttributes() to automatically create it. It is safe to call it after devtools::document().

- Rscript tools/deploy.R
script:
- R CMD build .
Expand Down