diff --git a/.travis.yml b/.travis.yml index 276c936..03e5928 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_install: install: - node --version - npm --version - - npm install -g elm@$ELM_VERSION elm-test + - npm install -g elm@$ELM_VERSION elm-test@0.18.8 - git clone https://github.com/NoRedInk/elm-ops-tooling - elm-ops-tooling/with_retry.rb elm package install --yes # Faster compile on Travis. diff --git a/tests/Main.elm b/tests/Main.elm deleted file mode 100644 index 7d62c1a..0000000 --- a/tests/Main.elm +++ /dev/null @@ -1,13 +0,0 @@ -port module Main exposing (..) - -import Tests -import Test.Runner.Node exposing (run, TestProgram) -import Json.Encode exposing (Value) - - -main : TestProgram -main = - run emit Tests.all - - -port emit : ( String, Value ) -> Cmd msg diff --git a/tests/elm-package.json b/tests/elm-package.json index 66b65b0..2e989e6 100644 --- a/tests/elm-package.json +++ b/tests/elm-package.json @@ -9,14 +9,13 @@ ], "exposed-modules": [], "dependencies": { - "elm-community/elm-test": "3.0.0 <= v < 4.0.0", + "elm-community/elm-test": "4.0.0 <= v < 5.0.0", "elm-community/json-extra": "2.0.0 <= v < 3.0.0", "elm-community/shrink": "2.0.0 <= v < 3.0.0", "elm-lang/core": "5.0.0 <= v < 6.0.0", "elm-lang/html": "2.0.0 <= v < 3.0.0", "elm-tools/parser": "2.0.1 <= v < 3.0.0", - "mgold/elm-random-pcg": "4.0.2 <= v < 5.0.0", - "rtfeldman/node-test-runner": "3.0.0 <= v < 4.0.0" + "mgold/elm-random-pcg": "4.0.2 <= v < 5.0.0" }, "elm-version": "0.18.0 <= v < 0.19.0" }