From 2faed183e20bd5b6424e2105ba784ab1b2ae7a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Fri, 28 Sep 2018 14:20:36 +0200 Subject: [PATCH] MOBILE-2639 ci: Move aot to scripts --- .travis.yml | 4 ++-- aot.sh => scripts/aot.sh | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename aot.sh => scripts/aot.sh (100%) diff --git a/.travis.yml b/.travis.yml index 5aaa47aa1..25bb9edc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,5 +16,5 @@ script: - npm run build after_success: - - chmod +x aot.sh - - ./aot.sh + - chmod +x scripts/aot.sh + - scripts/aot.sh diff --git a/aot.sh b/scripts/aot.sh similarity index 100% rename from aot.sh rename to scripts/aot.sh