Skip to content

Commit

Permalink
r-pkg to r-package
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Nov 8, 2019
1 parent 3c43cfd commit 4f56e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if [[ $TASK == "if-else" ]]; then
exit 0
fi

if [[ $TASK == "r-pkg" ]]; then
if [[ $TASK == "r-package" ]]; then
# set up R environment
R_LIB_PATH=~/Rlib
mkdir -p $R_LIB_PATH
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
- TASK=mpi METHOD=pip
- TASK=gpu METHOD=source PYTHON_VERSION=3.5
- TASK=gpu METHOD=pip PYTHON_VERSION=3.6
- TASK=r-pkg R_MAC_VERSION=3.6.1 R_LINUX_VERSION=3.6.1-3bionic
- TASK=r-package R_MAC_VERSION=3.6.1 R_LINUX_VERSION=3.6.1-3bionic

matrix:
exclude:
Expand Down

0 comments on commit 4f56e00

Please sign in to comment.