Commit 96498dad by Johannes Edmeier

npm used in tavis doesn't support `ci`

parent b40fb7ea
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
<configuration> <configuration>
<executable>npm</executable> <executable>npm</executable>
<arguments> <arguments>
<argument>ci</argument> <argument>install</argument>
</arguments> </arguments>
</configuration> </configuration>
</execution> </execution>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment