Skip to content

Commit 1df4314

Browse files
committed
travis: start pilosa container before install
Signed-off-by: Miguel Molina <[email protected]>
1 parent 6afe68a commit 1df4314

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ addons:
2424
- gcc-6
2525
- g++-6
2626

27+
before_install:
28+
- docker pull pilosa/pilosa:v0.9.0
29+
- docker run -d --name pilosa -p 127.0.0.1:10101:10101 pilosa/pilosa:v0.9.0
30+
- docker ps -a
31+
2732
install:
2833
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 90
2934
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 90

0 commit comments

Comments
 (0)