Skip to content

Commit

Permalink
Documentation through snarkation
Browse files Browse the repository at this point in the history
  • Loading branch information
spacekookie committed Oct 26, 2017
1 parent f03b3ec commit 6c0b16e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ matrix:
allow_failures:
- rust: nightly

# Install the cargo travis suite
# This is a pretty big hack and only really needed on the first of a build chain
before_script:
- |
(cargo install cargo-travis | true) && export PATH=$HOME/.cargo/bin:$PATH
- (cargo install cargo-travis | true) && export PATH=$HOME/.cargo/bin:$PATH

# Build, test, benchmark, document. Gogogogo!
script:
Expand Down

0 comments on commit 6c0b16e

Please sign in to comment.