Skip to content

Commit 466a785

Browse files
authored
Merge pull request #455 from erizocosmico/feature/partitions
Feature/partitions
2 parents 3e719f6 + 32398b6 commit 466a785

File tree

252 files changed

+11544
-8893
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

252 files changed

+11544
-8893
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ addons:
1616
- g++-6
1717

1818
before_install:
19-
- docker pull pilosa/pilosa:v0.9.0
20-
- docker run -d --name pilosa -p 127.0.0.1:10101:10101 pilosa/pilosa:v0.9.0
19+
- docker pull pilosa/pilosa:v1.1.0
20+
- docker run -d --name pilosa -p 127.0.0.1:10101:10101 pilosa/pilosa:v1.1.0
2121
- docker ps -a
2222
- sudo apt-get install -y libonig2 libonig-dev
2323
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 90

0 commit comments

Comments
 (0)