Skip to content

Commit

Permalink
Merge pull request #158 from convox/fix-ci
Browse files Browse the repository at this point in the history
fix circle
  • Loading branch information
csquared committed Nov 10, 2015
2 parents 7b32988 + 6954825 commit a813df4
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ machine:

dependencies:
pre:
- >
[ -n "${RUN_AWS}" ] && ci/dependencies-pre.sh || true
- ci/dependencies-pre.sh

test:
pre:
- >
[ -n "${RUN_AWS}" ] && ci/test-pre.sh || true
- ci/test-pre.sh
override:
- >
[ -n "${RUN_AWS}" ] && ci/tests/create-httpd.sh || true
- ci/tests/create-httpd.sh
post:
- >
[ -n "${RUN_AWS}" ] && ci/test-post.sh || true
- ci/test-post.sh

general:
branches:
only:
- master

0 comments on commit a813df4

Please sign in to comment.