Skip to content

Commit 20c2e19

Browse files
committed
I just want to see if it's an installation issue
1 parent 0cb66e6 commit 20c2e19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ before_script:
4141
- git config --global user.name "cpsievert"
4242
- echo "Sys.setenv('plotly_username' = 'cpsievert')" > ~/.Rprofile
4343
- git clone https://github.com/cpsievert/plotly-test-table.git ../plotly-test-table
44-
- cd ..; rm -f *.tar.gz; R CMD build $R_PKG; R CMD install $R_PKG
44+
- cd ..; rm -f *.tar.gz; R CMD build $R_PKG
45+
- R CMD install plotly_4.7.1.9000.tar.gz
4546

4647
script:
4748
# run R CMD check on the non-pull request build

0 commit comments

Comments
 (0)