Skip to content

Commit b7c3a28

Browse files
changes to node packages install
remove verbose from yarn + run metero npm install, so that yarn does not try to install. npm install should create needed fiber binaries
1 parent 43cda92 commit b7c3a28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ before_install:
3838

3939

4040
before_script:
41-
- yarn --verbose
41+
#- yarn
42+
- meteor npm install
4243
- yarn run lint
4344
- npm view chimp version
4445
- npm view chromedriver version

0 commit comments

Comments
 (0)