Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Sep 19, 2017
1 parent 6da7d92 commit 77c9737
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ compiler:
- clang
- gcc
before_script:
- bash <(curl -fsSL https://gist.githubusercontent.com/Horta/ed6baba1bf2626274141dc9c955ae58f/raw/7c609686b3a814a4768cfbb1f52e56bc66795171/install-zstd)
- bash <(curl -fsSL https://gist.githubusercontent.com/Horta/ed6baba1bf2626274141dc9c955ae58f/raw/403859c606121b9673dc7d1804a82661fb1f45c5/install-zstd)
- mkdir build && pushd build && cmake .. && make && make test
&& popd
- rm -rf build
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.16
0.1.17
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION=0.1.16
VERSION=0.1.17

function silent_run
{
Expand Down
25 changes: 0 additions & 25 deletions travis/install-zstd

This file was deleted.

0 comments on commit 77c9737

Please sign in to comment.