Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit 83472d5

Browse files
committed
Add cypress dependencies
1 parent 7a65f3e commit 83472d5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
language: node_js
22

33
node_js:
4-
- "10"
4+
- 10.8
55

66
cache:
77
directories:
88
- ~/.npm
9+
- ~/.cache
910
- node_modules
11+
- test-e2e/react-app/node_modules
1012
- ~/.sonar/cache
1113

1214
addons:
15+
apt:
16+
packages:
17+
- libgconf-2-4
1318
sonarcloud:
1419
organization: "mocks-server"
1520
branch:

0 commit comments

Comments
 (0)