Skip to content

Commit

Permalink
Correct circle.yml
Browse files Browse the repository at this point in the history
Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
  • Loading branch information
david-a-wheeler committed May 1, 2016
1 parent 186638e commit 8b01d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
test:
pre:
- "[[ ! -s \"$(git rev-parse --git-dir)/shallow\" ]] || git fetch --unshallow"
- curl https://s3.amazonaws.com/circle-downloads/phantomjs-2.1.1
- curl https://s3.amazonaws.com/circle-downloads/phantomjs-2.1.1 > phantomjs-2.1.1
- sha256sum -c --strict --status phantomjs.sha256
- sudo mv phantomjs-2.1.1 /usr/local/bin/phantomjs/
post:
Expand Down

1 comment on commit 8b01d6d

@dankohn
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@david-a-wheeler Are you planning to create a pull request or can we delete this branch? I don't think validating this download is worth the trouble.

Please sign in to comment.