Skip to content

Commit

Permalink
issue-363: revert travis work around since yarn only works on > than …
Browse files Browse the repository at this point in the history
…node 4
  • Loading branch information
nmccready committed Feb 7, 2019
1 parent ab4ef41 commit bf6f35d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ cache:

install:
- npm i -g yarn
- yarn install
- npm install

after_script:
- yarn coveralls
- npm run coveralls

branches:
except:
Expand Down

0 comments on commit bf6f35d

Please sign in to comment.