summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2015-03-23 18:50:55 -0400
committerMatt Farina <[email protected]>2015-03-23 18:50:55 -0400
commitf80f07b18eeafe8b8cb8362b974668054a6ece9d (patch)
tree4367e3017e41a15bb8e9390a241c75b1acf2d274
parent41727c53495183269bb9c6ea6f5d8cc69deb8479 (diff)
On composer install the --dev option is the default now. Removing call.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5b31d71..fedfc23 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ notifications:
before_script:
- composer self-update
- - composer install --dev
+ - composer install
script:
- mkdir -p build/logs