.travis folder (#2805)

This commit is contained in:
tooomm 2017-08-07 05:56:31 +02:00 committed by Zach H
parent e694cbe854
commit 2557a2183d
3 changed files with 2 additions and 2 deletions

View file

@ -30,9 +30,9 @@ matrix:
cache: ccache
install: "./travis-dependencies.sh"
install: bash ./.travis/travis-dependencies.sh
script: "./travis-compile.sh"
script: bash ./.travis/travis-compile.sh
deploy:
provider: releases