From 4c138c1f270a61ca2c50634a35ac1b8f9415103a Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Sat, 23 Feb 2019 23:28:33 +0100 Subject: [PATCH] Use authelia-scripts in travis. --- .travis.yml | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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": {