Skip to content

Commit 9ddd245

Browse files
Update .travis.yml
try npm run lint instead of yarn
1 parent 9b7f538 commit 9ddd245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sudo: false
22

3-
dist: xenial
3+
#dist: xenial
44

55
language: node_js
66
node_js:
@@ -38,7 +38,7 @@ before_install:
3838
before_script:
3939
#Previously used yarn, but now after migrating to meteor 1.8, yarn fails to create some binaries.
4040
- meteor npm install
41-
- yarn run lint
41+
- npm run lint
4242
- npm view chimp version
4343
- npm view chromedriver version
4444
# Start X Virtual Frame Buffer for headless testing with real browsers

0 commit comments

Comments
 (0)