Use underscore as word separator in file name for consistency

This commit is contained in:
Mina Lee 2016-07-23 14:09:04 +09:00
parent 0a91932ff5
commit 40e5718d1b
2 changed files with 1 additions and 1 deletions

View file

@ -72,7 +72,7 @@ before_install:
- R -e "install.packages('knitr', repos = 'http://cran.us.r-project.org', lib='~/R')"
- export R_LIBS='~/R'
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1600x1024x16"
- ./dev/change-scala-version.sh $SCALA_VER
- ./dev/change_scala_version.sh $SCALA_VER
install:
- mvn $BUILD_FLAG $PROFILE -B