Skip to content

Commit

Permalink
Add siphasher feature to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenroose committed Apr 1, 2019
1 parent e2b13f6 commit c8d0814
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Expand Up @@ -6,10 +6,19 @@ before_install:
matrix:
include:
- rust: stable
env: DO_FUZZ=true
env: >-
DO_FUZZ=true
EXTRA_FEATURES="siphasher"
- rust: beta
env: >-
EXTRA_FEATURES="siphasher"
- rust: nightly
env: DO_BENCH=true
env: >-
DO_BENCH=true
EXTRA_FEATURES="siphasher"
- rust: 1.26.0
env: >-
EXTRA_FEATURES="siphasher"
- rust: 1.22.0

script:
Expand Down
2 changes: 1 addition & 1 deletion contrib/test.sh
@@ -1,6 +1,6 @@
#!/bin/sh -ex

FEATURES="bitcoinconsensus use-serde serde-decimal"
FEATURES="bitcoinconsensus use-serde serde-decimal $EXTRA_FEATURES"

# Use toolchain if explicitly specified
if [ -n "$TOOLCHAIN" ]
Expand Down

0 comments on commit c8d0814

Please sign in to comment.