Skip to content
This repository was archived by the owner on May 8, 2023. It is now read-only.

Fix CI #8

Merged
merged 4 commits into from
Jan 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ module.ignore_non_literal_requires=true
module.file_ext=.js
module.file_ext=.less
module.name_mapper.extension='less' -> 'empty/object'
server.max_workers=1
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ cache:
yarn: true
directories:
- /home/travis/.cypress/Cypress
addons:
apt:
packages:
- libgconf-2-4
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"cpy": "^7.0.1",
"create-react-class": "^15.6.3",
"css-loader": "^2.1.0",
"cypress": "^3.1.5",
"cypress": "^3.8.1",
"delay": "^4.1.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.9.1",
Expand Down
Loading