Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.

Commit

Permalink
install opencpu 2.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Jul 3, 2017
1 parent 0ce8de8 commit 7757858
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ install:
- sudo R CMD INSTALL semver_0.2.0.tar.gz

script:
- go test -v
- . ./install-opencpu-2.0
- go test -v -covermode=count -coverprofile=profile.cov

after_success:
Expand Down
5 changes: 5 additions & 0 deletions install-opencpu-2.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sudo R --vanilla <<EOF
install.packages('opencpu', dependencies=TRUE, repos='http://cran.us.r-project.org')
q()
EOF

0 comments on commit 7757858

Please sign in to comment.