mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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
|
# omitting "script:" will default to phpunit
|
||||||
# use the $DB env variable to determine the phpunit.xml to use
|
# 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 unit
|
||||||
script: ./vendor/bin/codecept run
|
#script: ./vendor/bin/codecept run
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
|
|
||||||
after_failure:
|
after_failure:
|
||||||
- cat tests/_output/AccessoriesCept.fail.html
|
- cat tests/_output/AccessoriesCept.fail.html
|
||||||
# - curl http://localhost:4444
|
|
||||||
- curl http://localhost:8000/login
|
- curl http://localhost:8000/login
|
||||||
|
|
||||||
# configure notifications (email, IRC, campfire etc)
|
# configure notifications (email, IRC, campfire etc)
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in a new issue