ci: consolidate file and directory names

This commit is contained in:
Ralph Lange
2017-08-03 11:46:01 +02:00
parent a27d7440f3
commit bc4957155b
6 changed files with 5 additions and 5 deletions

View File

@@ -67,13 +67,13 @@ matrix:
#---------------------------------#
install:
- cmd: ci/appveyor-prepare.bat
- cmd: .ci/appveyor-prepare.bat
build_script:
- cmd: ci/appveyor-make.bat
- cmd: .ci/appveyor-make.bat
test_script:
- cmd: ci/appveyor-make.bat runtests
- cmd: .ci/appveyor-make.bat runtests
#---------------------------------#
# notifications #

View File

@@ -28,5 +28,5 @@ addons:
cache:
directories:
- $HOME/.cache
install: sh ci/travis-prepare.sh </dev/null
script: sh ci/travis-build.sh </dev/null
install: sh .ci/travis-prepare.sh </dev/null
script: sh .ci/travis-build.sh </dev/null