Skip to content

Commit

Permalink
parser fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
merl-dev committed Jun 27, 2016
1 parent 3f678f5 commit 20765cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ before_install:
- sudo apt-get install libpcre3-dev julia -y
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
script:
- julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.add("DataStructures"); Pkg.test("Redis", coverage=true)'
- julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.add("DataStructures"); Pkg.add("BaseTestNext"); Pkg.test("Redis", coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("Redis")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
2 changes: 1 addition & 1 deletion test/client_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ end
@test !convert_response(Bool, "f")
@test convert_response(Bool, 1)
@test !convert_response(Bool, 0)
end
end

0 comments on commit 20765cf

Please sign in to comment.