Skip to content

Commit

Permalink
Revert "update travis to run the new self test"
Browse files Browse the repository at this point in the history
This reverts commit 2fdfe3a.

This test works locally for me, but fails with error 2 (ENOENT?) on
travis.  Will have to debug this some other time...
  • Loading branch information
cuviper committed Mar 13, 2015
1 parent 2fdfe3a commit 63ca7ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ language: rust
before_install:
- sudo apt-get update
install:
- sudo apt-get install fuse libfuse-dev
- sudo apt-get install libfuse-dev
script:
- cargo build --verbose
- cargo test --verbose
notifications:
on_success: never

0 comments on commit 63ca7ab

Please sign in to comment.