Skip to content

Commit

Permalink
add Blink test lower bound (#183)
Browse files Browse the repository at this point in the history
* update travis

* use proper lower bound for blink
  • Loading branch information
Pietro Vertechi committed Aug 21, 2018
1 parent b9c788b commit c5faf6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -25,9 +25,9 @@ matrix:

script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- $TESTCMD -e 'Pkg.clone(pwd()); Pkg.build("WebIO"); Pkg.test("WebIO"; coverage=true)'
- $TESTCMD -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("WebIO"); Pkg.test("WebIO"; coverage=true)'
after_success:
# push coverage results to Coveralls
- julia -e 'cd(Pkg.dir("WebIO")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
# push coverage results to Codecov
- julia -e 'cd(Pkg.dir("WebIO")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
2 changes: 1 addition & 1 deletion test/REQUIRE
@@ -1,4 +1,4 @@
Blink
Blink 0.8.0
Mux 0.5.1
JSExpr
IJulia
Expand Down

0 comments on commit c5faf6a

Please sign in to comment.