mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
Use authelia-scripts in travis.
This commit is contained in:
parent
7ee1e39b8d
commit
4c138c1f27
|
@ -30,7 +30,7 @@ before_script:
|
|||
- sh -e /etc/init.d/xvfb start
|
||||
- sleep 3
|
||||
script:
|
||||
- "./scripts/travis.sh"
|
||||
- "./scripts/authelia-scripts travis"
|
||||
after_success:
|
||||
- "./scripts/authelia-scripts publish-docker"
|
||||
deploy:
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
"build": "./scripts/authelia-scripts build",
|
||||
"unittest": "./scripts/authelia-scripts unittest",
|
||||
"test": "./scripts/authelia-scripts test",
|
||||
"travis": "./scripts/authelia-scripts travis",
|
||||
"cover": "NODE_ENV=test nyc npm t"
|
||||
},
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user