Przeglądaj źródła

try to fix basic app travis.yml

Carsten Brandt 12 lat temu
rodzic
commit
3f57b61bd1
1 zmienionych plików z 1 dodań i 1 usunięć
  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