diff --git a/.travis.yml b/.travis.yml index 574a3348..c367c729 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/package.json b/package.json index db9c2f16..7ca45efc 100644 --- a/package.json +++ b/package.json @@ -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": {