Skip to content

Commit

Permalink
tests pass locally
Browse files Browse the repository at this point in the history
  • Loading branch information
parisholley committed Apr 27, 2016
1 parent b33f152 commit 094baa9
Show file tree
Hide file tree
Showing 7 changed files with 660 additions and 541 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php
php:
- 5.5
- 5.4
- 5.3
services:
- elasticsearch
before_script:
- sleep 15 # wait to make sure ES is up
- docker pull phpunit/phpunit
- docker pull elasticsearch:2.3
- docker run -d --name elasticsearch -p 127.0.0.1:9200:9200 elasticsearch
4 changes: 4 additions & 0 deletions fig.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
elasticsearch:
image: elasticsearch:2.3
ports:
- "9200:9200"
2 changes: 1 addition & 1 deletion precommit.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=2\\.0\\.0
VERSION=3\\.0\\.0

echo "-- Ensure git is in good state"

Expand Down
Loading

0 comments on commit 094baa9

Please sign in to comment.