Skip to content

Commit 8d400de

Browse files
committed
Added "CI=true" directive to prevent travis from hanging
1 parent ca325e0 commit 8d400de

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ Edit src/App.js and save to reload. Ewidentnie plik ten zawiera kliencki kod, hm
66

77
Aby uruchomić wersję produkcyjną - zajrzyj do Dockerfile
88

9+
POPRAWKI
10+
w package.json trzeba było zmienić klucz "test" dodająć "CI=true". Bez tego travis wisiał w nieskonczoność
11+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"scripts": {
1111
"start": "react-scripts start",
12-
"build": "react-scripts build",
13-
"test": "react-scripts test",
12+
"build": "react-scripts build",
13+
"test": "CI=true react-scripts test",
1414
"eject": "react-scripts eject"
1515
},
1616
"eslintConfig": {

0 commit comments

Comments
 (0)