Skip to content

Commit 8a6ea83

Browse files
authored
Merge pull request #281 from halfzebra/upgrade-elm-test
fix(package.json): Upgrade elm-test to fix errors on Node v10
2 parents f4581a4 + 9ae4987 commit 8a6ea83

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_install:
1515
- export DISPLAY=':99.0'
1616
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
1717
install:
18-
- yarn install
18+
- npm install
1919
- npm link
2020
script: npm test
2121
after_success:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"dotenv": "^5.0.0",
3636
"elm": "0.19.0-bugfix2",
3737
"elm-hot-webpack-loader": "^1.0.0",
38-
"elm-test": "^0.19.0-beta4",
38+
"elm-test": "^0.19.0-beta6",
3939
"elm-webpack-loader": "^5.0.0",
4040
"file-loader": "^1.1.6",
4141
"fs-extra": "^6.0.1",

template/src/Child.elm

Whitespace-only changes.

0 commit comments

Comments
 (0)