Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte authored Oct 19, 2017
1 parent 5c81025 commit 9a02918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ before_script:

script:
- if [[ "$TRAVIS_EVENT_TYPE" != "pull_request" && "$TRAVIS_BRANCH" != quick/* ]]; then
npm i gemini@^4.0.0 gemini-sauce gemini-polyserve &&
npm i --no-save gemini@^4.0.0 gemini-sauce gemini-polyserve &&
gemini test test/visual &&
gemini test test/visual -c .gemini-chrome.yml &&
xvfb-run -s '-screen 0 1024x768x24' polymer test --env saucelabs;
Expand Down

0 comments on commit 9a02918

Please sign in to comment.