forked from p15670423/monkey
Trying to make the travis script work
This commit is contained in:
parent
a6aa0eb864
commit
54fd1d7744
11
.travis.yml
11
.travis.yml
|
@ -1,10 +1,11 @@
|
||||||
# Infection Monkey travis.yml. See Travis documentation for information about this file structure.
|
# Infection Monkey travis.yml. See Travis documentation for information about this file structure.
|
||||||
group: travis_latest
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
# The python job
|
# The python job
|
||||||
- language: python
|
-
|
||||||
|
group: travis_latest
|
||||||
|
|
||||||
|
language: python
|
||||||
|
|
||||||
cache: pip
|
cache: pip
|
||||||
|
|
||||||
|
@ -52,7 +53,9 @@ jobs:
|
||||||
on_failure: always
|
on_failure: always
|
||||||
|
|
||||||
# The JS job
|
# The JS job
|
||||||
- language: node_js
|
-
|
||||||
|
group: travis_latest
|
||||||
|
language: node_js
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- "node_modules"
|
- "node_modules"
|
||||||
|
|
Loading…
Reference in New Issue