Skip to content

Commit

Permalink
need WebIO master
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeits committed Aug 17, 2018
1 parent f40378c commit 1f7bf7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ notifications:
matrix:
allow_failures:
- julia: nightly

before_script:
- julia -e 'using Pkg; Pkg.add("WebIO#master")'

This comment has been minimized.

Copy link
@quinnj

quinnj Aug 19, 2018

This seems problematic for users of the package if JSExpr.jl requires WebIO master?

after_success:
# push coverage results to Coveralls
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
Expand Down

0 comments on commit 1f7bf7b

Please sign in to comment.