We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4581a4 + 9ae4987 commit 8a6ea83Copy full SHA for 8a6ea83
.travis.yml
@@ -15,7 +15,7 @@ before_install:
15
- export DISPLAY=':99.0'
16
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
17
install:
18
- - yarn install
+ - npm install
19
- npm link
20
script: npm test
21
after_success:
package.json
@@ -35,7 +35,7 @@
35
"dotenv": "^5.0.0",
36
"elm": "0.19.0-bugfix2",
37
"elm-hot-webpack-loader": "^1.0.0",
38
- "elm-test": "^0.19.0-beta4",
+ "elm-test": "^0.19.0-beta6",
39
"elm-webpack-loader": "^5.0.0",
40
"file-loader": "^1.1.6",
41
"fs-extra": "^6.0.1",
template/src/Child.elm
0 commit comments