File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,14 @@ services:
30
30
- docker
31
31
32
32
before_install :
33
- - free -m
34
- - pwd
35
33
- ls -la
36
34
# Install meteor locally on CI
37
35
- if [ ! -e "$HOME/.meteor/meteor" ]; then cat .travis_install_meteor | sed s/--progress-bar/-sL/g | /bin/sh; fi
38
36
39
37
40
38
before_script :
41
- - yarn
39
+ # Previously used yarn, but now after migrating to meteor 1.8, yarn fails to create some binaries.
40
+ - meteor npm install
42
41
- yarn run lint
43
42
- npm view chimp version
44
43
- npm view chromedriver version
Original file line number Diff line number Diff line change 48
48
"devDependencies" : {
49
49
"JSONStream" : " ^1.3.1" ,
50
50
"babel-eslint" : " ^6.1.2" ,
51
- "chimp" : " ^0.48.0 " ,
51
+ "chimp" : " ^0.51.1 " ,
52
52
"csv-streamify" : " ^3.0.4" ,
53
53
"eslint" : " ^3.4.0" ,
54
54
"eslint-config-airbnb-base" : " ^5.0.3" ,
You can’t perform that action at this time.
0 commit comments