Skip to content

Commit 40e5718

Browse files
committed
Use underscore as word separator in file name for consistency
1 parent 0a91932 commit 40e5718

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ before_install:
7272
- R -e "install.packages('knitr', repos = 'http://cran.us.r-project.org', lib='~/R')"
7373
- export R_LIBS='~/R'
7474
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1600x1024x16"
75-
- ./dev/change-scala-version.sh $SCALA_VER
75+
- ./dev/change_scala_version.sh $SCALA_VER
7676

7777
install:
7878
- mvn $BUILD_FLAG $PROFILE -B

0 commit comments

Comments
 (0)