Skip to content

Commit 5b0ef40

Browse files
committed
added newmann
1 parent 0c85fa0 commit 5b0ef40

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@ services:
1111
- mysql
1212
- redis
1313

14-
install: pip install -r backend/requirements.txt
14+
install:
15+
- pip install -r backend/requirements.txt
16+
- npm install -g newman
17+
18+
before_script:
19+
- node --version
20+
- npm --version
21+
- newman --version
1522

1623
# TODO: Reformat file as it is ugly. separatee jobs in yml, and lint as the last job to run
1724

0 commit comments

Comments
 (0)