Skip to content

Commit e617551

Browse files
author
franck
committed
comment out package upgrades to get Travic CI tests to pass
1 parent 1e32279 commit e617551

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,21 @@ cache:
5151
install:
5252
- meteor npm install
5353
# Install missing packages
54-
- npm install ajv
55-
- meteor npm install --save @babel/runtime react
56-
- meteor npm install --save @babel/runtime
57-
- meteor npm install jquery
58-
- meteor npm install --save react
54+
# - npm install ajv
55+
# - meteor npm install --save @babel/runtime react
56+
# - meteor npm install --save @babel/runtime
57+
# - meteor npm install jquery
58+
# - meteor npm install --save react
5959
# Update Meteor and all packages
6060
#- meteor update --all-packages
6161
# We are running this twice since there are chained dependencies
6262
#- meteor update --all-packages
6363
# update the Meteor packages (but NOT meteor) to the latest version
64-
- meteor update --packages-only
64+
# - meteor update --packages-only
6565
# We are running this twice since there are chained dependencies
66-
- meteor update --packages-only
66+
# - meteor update --packages-only
6767
# fix Errors and vulnerabilities
68-
- npm audit fix
68+
# - npm audit fix
6969

7070
script:
7171
# List all install package for easier debugging

0 commit comments

Comments
 (0)