Skip to content

Commit

Permalink
fix circle
Browse files Browse the repository at this point in the history
  • Loading branch information
csquared committed Nov 10, 2015
1 parent 7b32988 commit 6954825
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions circle.yml
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 6954825

Please sign in to comment.