Skip to content

Commit

Permalink
fix(test): fix missing saucelabs reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jan 25, 2017
1 parent 31020d9 commit 15aef49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ matrix:

before_install: scripts/travis-before-install.sh

install:
- npm install
- cd node_modules && ln -nsf @coderbyheart/karma-sauce-launcher karma-sauce-launcher && cd ../

before_script: scripts/travis-before-script.sh

script: make $TARGET
Expand Down

0 comments on commit 15aef49

Please sign in to comment.