Use authelia-scripts in travis.

This commit is contained in:
Clement Michaud 2019-02-23 23:28:33 +01:00
parent 7ee1e39b8d
commit 4c138c1f27
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -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": {