Skip to content

Commit 5df2efc

Browse files
committed
added travis wait before npm install too fix slow command error
> > Co-authored-by: Nkmai <[email protected]> Co-authored-by: lind-tania <[email protected]> Co-authored-by: rtviner <[email protected]> Co-authored-by: caitlinchan23 <[email protected]>
1 parent dc9b8e0 commit 5df2efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ git:
99
# only:
1010
# - implementtravisci
1111
install:
12-
- npm install
12+
- travis_wait npm install
1313
script:
1414
- npm run test

0 commit comments

Comments
 (0)