Skip to content

Commit 98eba82

Browse files
author
Anton
authored
Merge pull request #5 from bluzphp/develop
Removed --dev flag
2 parents ca2b0a5 + 10f4617 commit 98eba82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install:
1212
- composer create-project bluzphp/skeleton --stability=dev
1313
# Require current module
1414
- cd skeleton
15-
- composer require bluzphp/module-$BLUZ_MODULE:dev-$TRAVIS_BRANCH --dev
15+
- composer require bluzphp/module-$BLUZ_MODULE:dev-$TRAVIS_BRANCH
1616
before_script:
1717
# Database
1818
- mysql -e 'CREATE DATABASE bluz;'

0 commit comments

Comments
 (0)