Skip to content
Snippets Groups Projects
Commit 67380c68 authored by hluk's avatar hluk
Browse files

Travis: Use consistent script names

parent 72e7cb36
No related branches found
No related tags found
No related merge requests found
......@@ -33,16 +33,16 @@ cache:
- $HOME/.wheelhouse
before_install:
- utils/travis-before-install-${TRAVIS_OS_NAME}.sh
- utils/travis/before-install-${TRAVIS_OS_NAME}.sh
install:
- utils/travis-install-deps-${TRAVIS_OS_NAME}.sh
- utils/travis/install-${TRAVIS_OS_NAME}.sh
script:
- utils/build-${TRAVIS_OS_NAME}.sh
- utils/travis/script-${TRAVIS_OS_NAME}.sh
after_success:
- utils/after_build-${TRAVIS_OS_NAME}.sh
- utils/travis/after_success-${TRAVIS_OS_NAME}.sh
deploy:
provider: releases
......
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment