Skip to content

Commit

Permalink
Merge pull request #281 from halfzebra/upgrade-elm-test
Browse files Browse the repository at this point in the history
fix(package.json): Upgrade elm-test to fix errors on Node v10
  • Loading branch information
halfzebra authored Sep 3, 2018
2 parents f4581a4 + 9ae4987 commit 8a6ea83
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
install:
- yarn install
- npm install
- npm link
script: npm test
after_success:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dotenv": "^5.0.0",
"elm": "0.19.0-bugfix2",
"elm-hot-webpack-loader": "^1.0.0",
"elm-test": "^0.19.0-beta4",
"elm-test": "^0.19.0-beta6",
"elm-webpack-loader": "^5.0.0",
"file-loader": "^1.1.6",
"fs-extra": "^6.0.1",
Expand Down
Empty file removed template/src/Child.elm
Empty file.

0 comments on commit 8a6ea83

Please sign in to comment.