Skip to content

Commit 92e7a8f

Browse files
cleanup
1 parent b7c3a28 commit 92e7a8f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,13 @@ services:
3030
- docker
3131

3232
before_install:
33-
#- free -m
34-
- pwd
3533
- ls -la
3634
# Install meteor locally on CI
3735
- if [ ! -e "$HOME/.meteor/meteor" ]; then cat .travis_install_meteor | sed s/--progress-bar/-sL/g | /bin/sh; fi
3836

3937

4038
before_script:
41-
#- yarn
39+
#Previously used yarn, but now after migrating to meteor 1.8, yarn fails to create some binaries.
4240
- meteor npm install
4341
- yarn run lint
4442
- npm view chimp version

0 commit comments

Comments
 (0)