Skip to content

Commit

Permalink
test(travis): add yarn install step
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbcross committed Nov 1, 2016
1 parent 1301437 commit d5e5160
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ env:
- CXX=g++-4.8

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

before_script:
- export DISPLAY=:99.0
Expand Down

0 comments on commit d5e5160

Please sign in to comment.