update elm test to compile all elm files (#95)

This commit is contained in:
William Cheng 2018-05-18 19:29:18 +08:00 committed by GitHub
parent a5cf27b60e
commit 9b05bd60d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,12 +33,7 @@
<goal>exec</goal>
</goals>
<configuration>
<executable>elm</executable>
<arguments>
<argument>make</argument>
<argument>--yes</argument>
<argument>src/Main.elm</argument>
</arguments>
<executable>./elm-compile-test</executable>
</configuration>
</execution>
</executions>