Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 97671cf

Browse files
author
nirgn975
committed
Switch travis-ci environment
1 parent 0e5a32c commit 97671cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ addons:
88
packages:
99
- google-chrome-stable
1010

11-
language: node_js
12-
node_js:
13-
- "8"
11+
language: python
12+
python:
13+
- 3.6
1414

1515
services:
1616
- postgresql
1717

1818
cache:
1919
npm: true
2020
directories:
21-
- client/node_modules
21+
- client/node_modules
2222

2323
before_install:
2424
- npm install -g npm@latest local-web-server codecov

0 commit comments

Comments
 (0)