Skip to content

Commit

Permalink
Fix broken Cake bootstrap script on Linux
Browse files Browse the repository at this point in the history
Bug apparently introduced in
cake-build/resources#30
See: cake-build/resources#33
  • Loading branch information
Sharparam committed Jun 26, 2018
1 parent 959e5fc commit 8c0c0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ before_script:
- chmod +x build.sh

script:
- "./build.sh -t Travis"
- "./build.sh --target=Travis"

cache:
directories:
Expand Down

0 comments on commit 8c0c0ed

Please sign in to comment.