Skip to content

Commit

Permalink
chore: make Travis use yarn in CI runs (#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent committed Apr 24, 2019
1 parent 5874565 commit 1ac8a0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ before_script:
- gem install sass
- gem install compass

install:
- yarn

language: node_js

node_js:
- '8'

script:
- npm run testSaucelabs
- yarn testSaucelabs

0 comments on commit 1ac8a0f

Please sign in to comment.