Skip to content

Commit c612895

Browse files
committed
need remotes
1 parent 73919d9 commit c612895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ notifications:
4141

4242
#before_script
4343
before_script:
44-
- R -q -e 'remotes::install_github("ropenscilabs/tic"); tic::prepare_all_stages()'
44+
- R -q -e 'install.packages("remotes"); remotes::install_github("ropenscilabs/tic"); tic::prepare_all_stages()'
4545

4646
#after_success
4747
after_success:

0 commit comments

Comments
 (0)