Skip to content

Commit

Permalink
DEV: restructure tests: tavis dont install dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Jan 9, 2018
1 parent 96a876d commit 80f1fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_script:
- touch enabletests
#- rm composer.lock
#- rm -r third_party
- composer install
- composer install --no-dev
#- composer install
- chmod -R 777 tmp
- chmod -R 777 upload
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
}
},
"require": {
"facebook/webdriver": "^1.4"
},
"config": {
"vendor-dir": "third_party",
"bin-dir": "third_party/bin"
},
"require-dev": {
"facebook/webdriver": "^1.4",
"squizlabs/php_codesniffer": "2.*",
"phpunit/phpunit": "^6.4"
}
Expand Down

0 comments on commit 80f1fa6

Please sign in to comment.