Skip to content

Commit

Permalink
revert remote branch since ARROW-3657 is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Nov 2, 2018
1 parent cc18a00 commit 2deea96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.R
Expand Up @@ -14,7 +14,7 @@ if (length(args) == 0) {
covr::codecov()
} else if (args[[1]] == "--arrow") {
install.packages("devtools")
devtools::install_github("javierluraschi/arrow", subdir = "r", ref = "bugfix/arrow-bit64-deps")
devtools::install_github("apache/arrow", subdir = "r")
} else {
stop("Unsupported arguments")
}

0 comments on commit 2deea96

Please sign in to comment.