From 54fd1d77442ff12760698cb3f5cb20c4ab6ee4de Mon Sep 17 00:00:00 2001 From: Shay Nehmad Date: Thu, 7 Nov 2019 15:02:49 +0200 Subject: [PATCH] Trying to make the travis script work --- .travis.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7152ab24b..d84aaae7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,11 @@ # Infection Monkey travis.yml. See Travis documentation for information about this file structure. -group: travis_latest - jobs: include: # The python job - - language: python + - + group: travis_latest + + language: python cache: pip @@ -52,7 +53,9 @@ jobs: on_failure: always # The JS job - - language: node_js + - + group: travis_latest + language: node_js cache: directories: - "node_modules"