浏览代码

try to fix basic app travis.yml

Carsten Brandt 12 年之前
父节点
当前提交
3f57b61bd1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -5,7 +5,7 @@ php:
  - 5.4
 
 install:
-  - composer require --prefer-dist --dev 'codeception/codeception *' 'codeception/specify *'
+  - composer require --prefer-dist --dev 'codeception/codeception \*' 'codeception/specify \*'
 
 before_script:
   - php vendor/bin/codecept build