Ensure we fail correctly

Invoking bash directly prevents the #! working as intended
This commit is contained in:
Andrew Naylor 2016-04-17 01:53:19 +01:00
parent 10c1862dd2
commit 333861d0be

View file

@ -9,13 +9,13 @@ env:
- LANGUAGE=en_US.UTF-8
install:
- bash script/bootstrap
- script/bootstrap
script:
- bash script/build
- script/build
before_deploy:
- bash script/package
- script/package
deploy:
provider: releases