mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Updated travis.yml
This commit is contained in:
parent
cbe0f8a9eb
commit
a6a6edfeaa
|
@ -45,17 +45,17 @@ before_script:
|
|||
|
||||
# omitting "script:" will default to phpunit
|
||||
# use the $DB env variable to determine the phpunit.xml to use
|
||||
# script: ./vendor/bin/codecept run --env testing-ci <-- this doesn't work
|
||||
script: ./vendor/bin/codecept run --env testing
|
||||
# script: ./vendor/bin/codecept run unit
|
||||
script: ./vendor/bin/codecept run
|
||||
#script: ./vendor/bin/codecept run
|
||||
|
||||
after_success:
|
||||
- codecov
|
||||
|
||||
after_failure:
|
||||
- cat tests/_output/AccessoriesCept.fail.html
|
||||
# - curl http://localhost:4444
|
||||
- curl http://localhost:8000/login
|
||||
|
||||
# configure notifications (email, IRC, campfire etc)
|
||||
notifications:
|
||||
email: false
|
||||
|
|
Loading…
Reference in a new issue