Trying to make the travis script work

This commit is contained in:
Shay Nehmad 2019-11-07 15:02:49 +02:00
parent a6aa0eb864
commit 54fd1d7744
1 changed files with 7 additions and 4 deletions

View File

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