Skip to content

Commit

Permalink
modified: REQUIRE Julia 0.5, minimum Compat version for 0.5
Browse files Browse the repository at this point in the history
	deleted:    test/REQUIRE        Tests now has no more requirements than the package
	modified:   test/browsertest.jl More line breaks.
  • Loading branch information
hustf committed Nov 24, 2017
1 parent e69a981 commit 9570932
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
8 changes: 4 additions & 4 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
julia 0.4
Compat 0.9.5
HttpCommon 0.0.3
HttpServer 0.0.4
julia 0.5
Compat 0.28.0
HttpCommon
HttpServer
Codecs
MbedTLS
6 changes: 0 additions & 6 deletions test/REQUIRE

This file was deleted.

4 changes: 2 additions & 2 deletions test/browsertest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ server = start_ws_server_async()
include("functions_open_browsers.jl")
info("This OS is $(string(Sys.KERNEL))\n")
n_browsers = 0
#n_browsers += open_testpage("firefox")
n_browsers += open_all_browsers()
#n_browsers += open_testpage("phantom")
n_browsers += open_all_browsers()#

# Control flow passes to async handler functions

Expand Down

0 comments on commit 9570932

Please sign in to comment.