forked from envygeeks/jekyll-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Travis-CI build stages aren't ready.
They are too buggy, and lack many of the desired features that Travis currently has built in. Like Matrixes across stages, it also lacks the ability to do matrixes at all for any stage and it seems to always double up on everything for the first test stage. Not to mention you can't install a single time before all stages. I guess it's the nature of isolation for now?
- Loading branch information
Showing
3 changed files
with
31 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash -l | ||
[ "$DEBUG" = "true" ] && set -x | ||
set -e | ||
|
||
script/install | ||
script/test | ||
script/build | ||
script/deploy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters