Skip to content

Commit

Permalink
Update to elm-test 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knuton committed Aug 11, 2017
1 parent 0e2ae7f commit 9643950
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
13 changes: 0 additions & 13 deletions tests/Main.elm

This file was deleted.

5 changes: 2 additions & 3 deletions tests/elm-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 9643950

Please sign in to comment.